From dad4eafebda1340f92e24f01aeeee893bd882dc1 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 7 Sep 2017 22:25:45 +0200 Subject: [PATCH] Enable RDP to figure out gulp build problem --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index dc6e22edbf..4c9a33fd23 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,9 @@ version: '{build}' shallow_clone: true + +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + build_script: - cmd: >- SET SLN=%CD%