Skip to content

Commit 9d5f981

Browse files
committed
Disable auto deploy
1 parent ec615ba commit 9d5f981

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ artifacts:
2626
name: 'Unity'
2727

2828
# publish NuGet package on tag build
29-
deploy:
30-
- provider: NuGet
31-
api_key:
32-
secure: oy2bh5r6l2tktqiulxea6rpj73yb6cgelcmhx4sl5yjd44
33-
on:
34-
appveyor_repo_tag: true
29+
#deploy:
30+
#- provider: NuGet
31+
# api_key:
32+
# secure: oy2bh5r6l2tktqiulxea6rpj73yb6cgelcmhx4sl5yjd44
33+
# on:
34+
# appveyor_repo_tag: true

0 commit comments

Comments
 (0)