Skip to content

Commit

Permalink
Update nuget push cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Feb 6, 2018
1 parent 7c766c9 commit 9394540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 Ladon.Net.1.0.1.nupkg -Source https://api.nuget.org/v3/index.json
"..\.nuget\NuGet.exe" push Ladon.Net.1.0.2.nupkg -Source https://api.nuget.org/v3/index.json
pause

0 comments on commit 9394540

Please sign in to comment.