Added environment.yml for Conda.

This commit is contained in:
2022-12-01 17:57:25 +00:00
parent 4cf1ff53a9
commit 3506020d9b
2 changed files with 6 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
stage ("Install") {
steps {
sh "mamba env update --file environment.yml"
sh "echo 'mamba activate props' >> ~/.bashrc"
sh "echo 'mamba activate gameservicewarden' >> ~/.bashrc"
sh "dotnet restore GameServiceWarden"
sh "dotnet restore GameServiceWarden.Tests"
}