diff --git a/Jenkinsfile b/Jenkinsfile index fac4261..b197047 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 = '/App' } stages { stage('Build') {