mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Added source to publish.cmd
This commit is contained in:
parent
8f76b4c36f
commit
06adc23abb
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user