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 {
|
stages {
|
||||||
stage("Install") {
|
stage("Install") {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'conda update conda'
|
||||||
sh 'conda env update -n base --file environment.yml -q'
|
sh 'conda env update -n base --file environment.yml -q'
|
||||||
sh 'dotnet restore Props/Props.csproj'
|
sh 'dotnet restore Props/Props.csproj'
|
||||||
sh 'dotnet restore Props.Tests/Props.Tests.csproj'
|
sh 'dotnet restore Props.Tests/Props.Tests.csproj'
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
name: props
|
name: props
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
- anaconda
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- dotnet-sdk=8.0.*
|
- dotnet-sdk=8
|
||||||
- nodejs=20
|
- nodejs=20
|
Loading…
Reference in New Issue
Block a user