From 280445e7562d505620ec59e9e5585cc210b454ad Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 10 Apr 2017 18:00:32 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8c55a2389..ce00cb4f7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -46,6 +46,3 @@ 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'))