Skip to content

Commit 4b7b217

Browse files
committed
Fixed publish script
1 parent f6ef3da commit 4b7b217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

publish.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ cd ../SpotifyAPI.Web.Auth
1010
nuget pack ./SpotifyAPI.Web.Auth.nuspec -Version %APPVEYOR_REPO_TAG_NAME%
1111
nuget push ./SpotifyAPI.Web.Auth.%APPVEYOR_REPO_TAG_NAME%.nupkg -ApiKey %NUGET_TOKEN% -NonInteractive -Source https://www.nuget.org/api/v2/package
1212

13+
cd ..
14+
1315
) else (
1416
echo Skipping Publishing
1517
)

0 commit comments

Comments
 (0)