From c73e7601e58239e2dedec6c9f1b752e949254a42 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Wed, 21 Nov 2018 00:50:33 -0600 Subject: [PATCH] Revert "enable rdp" This reverts commit 368274bcbd0c9232521d14fa28304f35ced0e6d7. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 87a526c82..0fe0439c5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -42,5 +42,5 @@ test_script: # Enable this to be able to login to the build worker. You can use the # `remmina` program in Ubuntu, use the login information that the line below # prints into the log. -on_finish: -- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +#on_finish: +#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))