From 0e2e05b69ce5c809880c8cb334f5a7bf14dd1c1d Mon Sep 17 00:00:00 2001 From: RElesgoe Date: Wed, 18 Dec 2019 00:22:47 -0800 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c025b8f..35696c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,6 +63,9 @@ platform: Win32 configuration: RelWithDebInfo +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + before_build: - ps: New-Item -Path "$env:APPVEYOR_BUILD_FOLDER" -Name "build" -ItemType "directory" - ps: Set-Location -Path "$env:APPVEYOR_BUILD_FOLDER\build"