Test envioment, check env

This commit is contained in:
Karol Górzyński 2020-12-04 14:41:54 +01:00
parent 2cb69eb3b5
commit c9d927aeb9

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 = '/tmp/App'
}
stages {
stage('Build') {