From e6d1de1cad551be9c44e404af5ac3359895241f7 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 19 Mar 2019 15:35:53 -0700 Subject: [PATCH] appveyor: troubleshoot --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3380730e..a0416342 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,9 @@ environment: #- CONFIGURATION: Release # TESTING: Perf +init: +- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + install: - git submodule update --init --recursive - appveyor AddMessage "Change boot configuration and reboot" -Category Information @@ -42,3 +45,4 @@ test_script: on_finish: - if exist %SystemRoot%\memory.dmp (7z a memory.dmp.zip %SystemRoot%\memory.dmp && appveyor PushArtifact memory.dmp.zip) - verifier /query +- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))