diff --git a/Jenkinsfile b/Jenkinsfile index 339d840..aa7c71e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,10 @@ pipeline { agent { docker { - image 'node:12' image 'mcr.microsoft.com/dotnet/sdk:5.0' } } + agent { docker {image 'node:12'}} environment { DOTNET_CLI_HOME = '/tmp/App' }