Fixed publish script

This commit is contained in:
Jonas Dellinger 2018-08-24 15:12:02 +02:00
parent f6ef3daa13
commit 4b7b2179b9

View File

@ -10,6 +10,8 @@ cd ../SpotifyAPI.Web.Auth
nuget pack ./SpotifyAPI.Web.Auth.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
nuget push ./SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
cd ..
) else (
echo Skipping Publishing
)