Skip to content

Commit

Permalink
Update publish bat for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Willmot committed Oct 10, 2016
1 parent 9838a7c commit cff7c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PublishNugetPackage.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
echo Press any key to publish
pause
".nuget\NuGet.exe" push Spooky.1.0.0.0.nupkg -Source https://api.nuget.org/v3/index.json
".nuget\NuGet.exe" push Spooky.Json20.1.0.0.0.nupkg -Source https://api.nuget.org/v3/index.json
".nuget\NuGet.exe" push Spooky.1.0.0.1.nupkg -Source https://api.nuget.org/v3/index.json
".nuget\NuGet.exe" push Spooky.Json20.1.0.0.1.nupkg -Source https://api.nuget.org/v3/index.json
pause

0 comments on commit cff7c05

Please sign in to comment.