We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56844a9 + 0795d4d commit 2811007Copy full SHA for 2811007
Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
33
NugetAPIKey = credentials('nuget-api-key')
34
}
35
steps {
36
- bat 'docker run --rm -v %cd%:C:/work -w C:/work/src mcr.microsoft.com/dotnet/framework/sdk:4.8 powershell -File build.ps1 -Target Nuget-push'
+ bat 'docker run --rm -v %cd%:C:/work -w C:/work/src mcr.microsoft.com/dotnet/framework/sdk:4.8-20190910-windowsservercore-ltsc2019 -e NugetAPIKey powershell -File build.ps1 -Target Nuget-push'
37
38
39
0 commit comments