diff --git a/appveyor.yml b/appveyor.yml index ce00cb4f7..8c55a2389 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,3 +46,6 @@ only_commits: - setup/ - appveyor.yml - build-appveyor.cake + +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))