Testing build script

This commit is contained in:
Jonas Dellinger 2017-07-16 23:30:40 +02:00
parent 3ca4578c34
commit 6cf77f58a2

View File

@ -6,6 +6,7 @@ cd ./SpotifyAPI
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
)