We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ef3da commit 4b7b217Copy full SHA for 4b7b217
publish.cmd
@@ -10,6 +10,8 @@ cd ../SpotifyAPI.Web.Auth
10
nuget pack ./SpotifyAPI.Web.Auth.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
11
nuget push ./SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
12
13
+cd ..
14
+
15
) else (
16
echo Skipping Publishing
17
)
0 commit comments