From 0df1e13f5d3ac5135107e07cf02e36078da7072b Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Mon, 30 Sep 2019 07:13:59 +1000 Subject: [PATCH] rewrote appveyor rdp command --- appveyor-build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-build.bat b/appveyor-build.bat index 25912847c..cf23226ab 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -6,5 +6,5 @@ bash -c ./appveyor-build.sh REM Check if this build should set up a debugging session IF "%ENABLE_RDP%"=="1" ( - powershell $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + powershell -command "$blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))" )