From 0f3e83c211743be686675f0206919ac2515d9b87 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 1 Aug 2017 22:39:22 -0400 Subject: [PATCH] Enable AppVeyor debugging for investigate hang under Debug builds --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5ca48d45..fb442145 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -5,6 +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')) + configuration: - Debug