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

This commit is contained in:
2024-07-20 01:50:47 +00:00
parent 046b85ec4a
commit 7a78dcb339
5 changed files with 31 additions and 25 deletions

2
Jenkinsfile vendored
View File

@@ -10,7 +10,7 @@ pipeline {
stage("Install") {
steps {
sh 'conda update conda -y'
sh 'conda env update -n base --file .devcontainer/environment.yml'
sh 'conda env update -n base --file environment.yml'
sh 'conda run -n base dotnet restore props.sln'
sh 'npm install --prefix ./Props'
}