mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Fixed publish script
This commit is contained in:
parent
f6ef3daa13
commit
4b7b2179b9
@ -10,6 +10,8 @@ cd ../SpotifyAPI.Web.Auth
|
|||||||
nuget pack ./SpotifyAPI.Web.Auth.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
|
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
|
nuget push ./SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
|
||||||
) else (
|
) else (
|
||||||
echo Skipping Publishing
|
echo Skipping Publishing
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user