diff --git a/appveyor.yml b/appveyor.yml index 83fc9cd6..b6dc1910 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -72,3 +72,5 @@ deploy: on: appveyor_repo_tag: true +on_finish: +- 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