mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 06:56:27 +00:00
Testing build script
This commit is contained in:
parent
3ca4578c34
commit
6cf77f58a2
@ -6,6 +6,7 @@ cd ./SpotifyAPI
|
|||||||
nuget pack ./SpotifyAPI.nuspec -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%
|
nuget push ./SpotifyAPI-NET.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN%
|
||||||
cd ../
|
cd ../
|
||||||
|
|
||||||
) else (
|
) else (
|
||||||
echo Skipping Publishing
|
echo Skipping Publishing
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user