From 07254adf91b20b29c9f8a590cc6a403ad44a62c2 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 10 Apr 2017 16:12:52 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) 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'))