Commit a8a969f6 authored by justcoding121's avatar justcoding121

rdp onfinish

parent 89ceb5d4
...@@ -77,5 +77,5 @@ deploy: ...@@ -77,5 +77,5 @@ deploy:
on: on:
branch: /(stable|beta)/ branch: /(stable|beta)/
init: on_finish:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment