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:
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'))
You can’t perform that action at this time.
0 commit comments