Fixing buildtime
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
Harrison Deng 2024-07-19 07:07:44 +00:00
parent faa7f7c30b
commit db856dcc1b
2 changed files with 2 additions and 2 deletions

1
Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ pipeline {
stages {
stage("Install") {
steps {
sh 'conda update conda'
sh 'conda env update -n base --file environment.yml -q'
sh 'dotnet restore Props/Props.csproj'
sh 'dotnet restore Props.Tests/Props.Tests.csproj'

View File

@ -1,7 +1,6 @@
name: props
channels:
- conda-forge
- anaconda
dependencies:
- dotnet-sdk=8.0.*
- dotnet-sdk=8
- nodejs=20