From b69af2d6e88d0e3c5074f385acd2074d86c7d6c1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 1 Aug 2017 23:29:08 -0400 Subject: [PATCH] Disable AppVeyor remote debugging --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7c6231fa..1fdb4f1e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,8 +5,9 @@ version: 1.0.{build} clone_depth: 3 -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# Remote debugging through RDP +# init: +# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) configuration: