rewrote appveyor rdp command

This commit is contained in:
itsmattkc
2019-09-30 07:13:59 +10:00
parent 2b3659f153
commit 0df1e13f5d
+1 -1
View File
@@ -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'))"
)