Fixed Jenkinsfile.
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
a2751c0c31
commit
6bc10bb2b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Install") {
|
stage("Install") {
|
||||||
steps {
|
steps {
|
||||||
sh 'conda env update -n base --file environment.yml -y -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'
|
||||||
sh 'dotnet restore Props.Shop/Props.Shop.sln'
|
sh 'dotnet restore Props.Shop/Props.Shop.sln'
|
||||||
|
Loading…
Reference in New Issue
Block a user