From 3ca4578c34a33977fe8a1d983a8acd03fda411b5 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sun, 16 Jul 2017 23:14:59 +0200 Subject: [PATCH] Added nuget commands to the script --- SpotifyAPI/publish.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SpotifyAPI/publish.cmd b/SpotifyAPI/publish.cmd index 3196ffff..11669331 100644 --- a/SpotifyAPI/publish.cmd +++ b/SpotifyAPI/publish.cmd @@ -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