Minor fixes applied to 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:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -9,11 +9,9 @@ pipeline {
|
||||
stages {
|
||||
stage("Install") {
|
||||
steps {
|
||||
sh 'conda update conda'
|
||||
sh 'conda update conda -y'
|
||||
sh 'conda env update -n base --file .devcontainer/environment.yml'
|
||||
sh 'conda run -n base dotnet restore Props/Props.csproj'
|
||||
sh 'conda run -n base dotnet restore Props.Tests/Props.Tests.csproj'
|
||||
sh 'conda run -n base dotnet restore Props.Shop/Props.Shop.sln'
|
||||
sh 'conda run -n base dotnet restore props.sln'
|
||||
sh 'npm install --prefix ./Props'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user