From 2e09df694db2dff2474f41e01ebee1068321ce43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Tue, 25 Oct 2022 22:41:49 +0200 Subject: [PATCH] should fix dotnet cli --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) 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 {