diff --git a/appveyor.yml b/appveyor.yml index 9a48a055a..b5532e778 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,4 +11,6 @@ install: - cmd: secure-file\tools\secure-file -decrypt .travis\qb64.org_rsa.enc -secret %sshkey% -out %userprofile%\.ssh\id_rsa deploy_script: - ps: .travis\appveyor-deploy.ps1 -test: off \ No newline at end of file +test: off +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))