diff --git a/Jenkinsfile b/Jenkinsfile index b197047..0e9d187 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {