Skip to content

Commit

Permalink
Update nuget publish script for updated nuget.exe path
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbott committed Jun 12, 2016
1 parent c09ad9f commit 949d8d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RocketLeagueReplayParser/NugetPackagePublish.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off
call ..\..\SetNugetApiKey.bat
del *.nupkg
nuget pack RocketLeagueReplayParser.csproj -Build -Prop Configuration=Release
nuget setApiKey %NUGET_API_KEY%
nuget push *.nupkg
..\..\nuget pack RocketLeagueReplayParser.csproj -Build -Prop Configuration=Release
..\..\nuget setApiKey %NUGET_API_KEY%
..\..\nuget push *.nupkg
pause

0 comments on commit 949d8d1

Please sign in to comment.