diff --git a/Jenkinsfile b/Jenkinsfile index 54fa559..fac4261 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,6 +23,9 @@ pipeline { agent { docker { image 'mcr.microsoft.com/dotnet/sdk:5.0' } } + environment { + DOTNET_CLI_HOME = /App + } stages { stage('Build') { steps {