diff --git a/Jenkinsfile b/Jenkinsfile index 81e91b1..f14c53b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ 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'