Fixing buildtime
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
This commit is contained in:
parent
faa7f7c30b
commit
db856dcc1b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -9,6 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage("Install") {
|
||||
steps {
|
||||
sh 'conda update conda'
|
||||
sh 'conda env update -n base --file environment.yml -q'
|
||||
sh 'dotnet restore Props/Props.csproj'
|
||||
sh 'dotnet restore Props.Tests/Props.Tests.csproj'
|
||||
|
@ -1,7 +1,6 @@
|
||||
name: props
|
||||
channels:
|
||||
- conda-forge
|
||||
- anaconda
|
||||
dependencies:
|
||||
- dotnet-sdk=8.0.*
|
||||
- dotnet-sdk=8
|
||||
- nodejs=20
|
Loading…
Reference in New Issue
Block a user