From 62681309989ac8774f3af30d7b1174cc3f292017 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Nov 2017 10:41:11 -0500 Subject: [PATCH] add rdp info to build --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ed58a39bb0..b1db5027ee 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,8 @@ skip_tags: true +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) before_build: - nuget restore - IF DEFINED keystore_dec_secret nuget install secure-file -ExcludeVersion