Added nuget commands to the script

This commit is contained in:
Jonas Dellinger 2017-07-16 23:14:59 +02:00
parent c020172469
commit 3ca4578c34

View File

@ -3,8 +3,8 @@ echo Publishing...
cd ./SpotifyAPI
nuget pack -Version %APPVEYOR_REPO_TAG_NAME%
nuget pack ./SpotifyAPI.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
nuget push ./SpotifyAPI-NET.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN%
cd ../
) else (
echo Skipping Publishing