Test envioment fix bug
This commit is contained in:
parent
800459a894
commit
2cb69eb3b5
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
||||
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||
}
|
||||
environment {
|
||||
DOTNET_CLI_HOME = /App
|
||||
DOTNET_CLI_HOME = '/App'
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
Loading…
Reference in New Issue
Block a user