From d748d25b950689a9bc9dc34ff99f044d892e5c38 Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Thu, 26 Jul 2018 17:51:15 -0300 Subject: [PATCH] Blocking RDP use for 1h overall --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d00551ef6..917264fe6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ environment: init: # enabling RDP for debugging purposes - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + - ps: $blockRdp = true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: # Get the latest stable version of Node.js or io.js