Fixed Jenkinsfile.
Some checks reported errors
ydeng/props/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2024-07-19 17:19:46 +00:00
parent 4ca35d1cde
commit caca4536de

4
Jenkinsfile vendored
View File

@ -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'
}
}