Skip to content

Commit

Permalink
Merge pull request #24 from StefanScherer/pass-nugetapikey
Browse files Browse the repository at this point in the history
[DESKTOP-1894] Pass nuget API key into container
  • Loading branch information
StefanScherer authored Oct 23, 2019
2 parents 56844a9 + 0795d4d commit 2811007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
NugetAPIKey = credentials('nuget-api-key')
}
steps {
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'
}
}
}
Expand Down

0 comments on commit 2811007

Please sign in to comment.