Skip to content

Commit

Permalink
Update command file for publishing nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed May 16, 2017
1 parent fbcca3e commit 2852b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main/PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
echo Press any key to publish
pause
".nuget\NuGet.exe" push Rssdp.3.5.0-beta.nupkg -Source https://www.nuget.org/api/v2/package
".nuget\NuGet.exe" push Rssdp.3.5.3.nupkg -Source https://www.nuget.org/api/v2/package
pause

0 comments on commit 2852b3e

Please sign in to comment.