From 0b81adbdf598639270054dbd30f7da5809975b3a Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Sun, 11 Nov 2018 09:05:36 -0700 Subject: [PATCH] Enable RDP --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 34ed3e35..86791510 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: 2.1.0.{build} image: Visual Studio 2017 +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + build_script: - ps: .\src\build.ps1 -Configuration Release