From 9a74ec243c8679ef685690985f3d5c664b1deef4 Mon Sep 17 00:00:00 2001 From: Xycaleth Date: Wed, 21 Jun 2017 21:56:46 +0100 Subject: [PATCH] Enable RDP on appveyor temporarily --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 61627b1c0b..814f8a1897 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -74,4 +74,5 @@ deploy_script: - ps: for ($i = 0; $i -lt $key.Length / 64; $i++) { $min = [math]::min(64, $key.Length - ($i * 64)); $fileContent += $key.substring($i*64, $min) + "`n"; } - ps: $fileContent += "-----END RSA PRIVATE KEY-----" + "`n" - ps: Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - scripts/builds/deploy.bat