diff --git a/SpotifyAPI/publish.cmd b/SpotifyAPI/publish.cmd index bd58de63..4af64632 100644 --- a/SpotifyAPI/publish.cmd +++ b/SpotifyAPI/publish.cmd @@ -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 (