Skip to content

Commit

Permalink
Merge pull request #27 from StefanScherer/pack-with-tag-name
Browse files Browse the repository at this point in the history
[DESKTOP-1894] Pack with TAG_NAME
  • Loading branch information
StefanScherer authored Oct 23, 2019
2 parents 6ef4003 + 679066c commit 0b60c90
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 @@ -24,7 +24,7 @@ pipeline {
}
stage('Nuget-pack') {
steps {
bat 'docker run --rm -v %cd%:C:/work -w C:/work/src mcr.microsoft.com/dotnet/framework/sdk:4.8-20190910-windowsservercore-ltsc2019 powershell -File build.ps1 -Target Nuget-pack'
bat 'docker run --rm -v %cd%:C:/work -w C:/work/src -e TAG_NAME mcr.microsoft.com/dotnet/framework/sdk:4.8-20190910-windowsservercore-ltsc2019 powershell -File build.ps1 -Target Nuget-pack'
}
}
stage('Nuget-push') {
Expand Down

0 comments on commit 0b60c90

Please sign in to comment.