From acdacaa61743f4119cf90bc9fce77f87c68b6c43 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 30 Dec 2019 15:54:02 -0500 Subject: [PATCH] Enabling appveyor RDP --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3a6c29a6b4..0e65597594 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,11 @@ environment: secure: lJNGAXwiB5HlWdthz3K4PetqpTG5IEAyRgKaiKxFMQ8HW8CcOjRtB97B05op7BsK TGS_RELEASE_NOTES_TOKEN: secure: lJNGAXwiB5HlWdthz3K4PetqpTG5IEAyRgKaiKxFMQ8HW8CcOjRtB97B05op7BsK + APPVEYOR_RDP_PASSWORD: Ascfgf234 + +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + branches: only: - master