Added environment.yml for Conda.
This commit is contained in:
parent
4cf1ff53a9
commit
3506020d9b
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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"
|
||||
}
|
||||
|
5
environment.yml
Normal file
5
environment.yml
Normal file
@ -0,0 +1,5 @@
|
||||
name: gameservicewarden
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- dotnet-sdk=7.0.*
|
Reference in New Issue
Block a user