Test envioment fix bug

This commit is contained in:
Karol Górzyński 2020-12-04 14:38:48 +01:00
parent 800459a894
commit 2cb69eb3b5

2
Jenkinsfile vendored
View File

@ -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') {