File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ on_finish:
91
91
- echo on_finish step
92
92
93
93
# 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
103
103
104
104
# Uncomment the following to pause the VM and wait for RDP connetion to debug
105
105
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
You can’t perform that action at this time.
0 commit comments