Fixed Jenkinsfile.
Some checks reported errors
ydeng/props/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
ydeng/props/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
4ca35d1cde
commit
caca4536de
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,9 +11,7 @@ pipeline {
|
||||
steps {
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user