Skip to content

Commit

Permalink
Added source to publish.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed Jul 16, 2017
1 parent 8f76b4c commit 06adc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpotifyAPI/publish.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo Publishing...
cd ./SpotifyAPI

nuget pack ./SpotifyAPI.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
nuget push ./SpotifyAPI-NET.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN%
nuget push ./SpotifyAPI-NET.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
cd ../

) else (
Expand Down

0 comments on commit 06adc23

Please sign in to comment.