Skip to content

Commit 16973bf

Browse files
author
Timmy
committed
Update appveyor.yml
1 parent b68e8bd commit 16973bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

appveyor.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ on_finish:
9191
- echo on_finish step
9292

9393
# Appveyor will push the artifacts it has saved to GitHub 'releases' tab
94-
deploy:
95-
provider: GitHub
96-
auth_token:
97-
secure: dRXIWJKpU7h2RsHX7RqmyYCtCw+Q9O3X5MArloY6p34GZC1w7bp+jQYTZqbdO7bw
98-
artifact: binary_zip
99-
draft: true
100-
prerelease: true
101-
on:
102-
appveyor_repo_tag: true
94+
# deploy:
95+
# provider: GitHub
96+
# auth_token:
97+
# secure: dRXIWJKpU7h2RsHX7RqmyYCtCw+Q9O3X5MArloY6p34GZC1w7bp+jQYTZqbdO7bw
98+
# artifact: binary_zip
99+
# draft: true
100+
# prerelease: true
101+
# on:
102+
# appveyor_repo_tag: true
103103

104104
# Uncomment the following to pause the VM and wait for RDP connetion to debug
105105
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)