should fix dotnet cli
piwigodotnet/pipeline/head There was a failure building this commit Details

This commit is contained in:
Philipp Häfelfinger 2022-10-25 22:41:49 +02:00
parent 5c03f6f403
commit 2e09df694d
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -3,6 +3,10 @@ pipeline {
docker { image 'mcr.microsoft.com/dotnet/sdk:6.0'}
}
environment {
DOTNET_CLI_HOME = "/tmp/DOTNET_CLI_HOME"
}
stages {
stage('nuget restore') {
steps {