test evlioment

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

3
Jenkinsfile vendored
View File

@ -23,6 +23,9 @@ pipeline {
agent {
docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' }
}
environment {
DOTNET_CLI_HOME = /App
}
stages {
stage('Build') {
steps {