From ffd6c5a5e7628a8c82631763263a30b445e63900 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 7 Sep 2015 05:42:29 +0200 Subject: [PATCH] Revert "Added RDP details for Appveyor VM debugging." This reverts commit 4b2fb35d31c577d7d84fc8caf388aa738801a85c. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5d22cd9..26f267d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,6 @@ version: 1.3.1_b{build}-{branch} os: Visual Studio 2015 init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - git config --global core.autocrlf input - 'SET PATH=C:\MinGW\bin;%PATH%;C:\MinGW\msys\1.0\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build'