test evlioment
This commit is contained in:
parent
2c3dd7f0d2
commit
800459a894
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -23,6 +23,9 @@ pipeline {
|
||||
agent {
|
||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||
}
|
||||
environment {
|
||||
DOTNET_CLI_HOME = /App
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user