diff --git a/Jenkinsfile b/Jenkinsfile index 08c8ece..a83fb66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {