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' }
|
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
DOTNET_CLI_HOME = /App
|
DOTNET_CLI_HOME = '/App'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user