From b1a8c0ad09f9acff918b3f67f1c82e622861dddc Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sun, 2 Feb 2020 03:40:20 +0300 Subject: [PATCH] Disable appveyor's RDP setup as it's a security hole --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 296162925..cccd84b24 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,8 +3,8 @@ image: Visual Studio 2019 environment: matrix: - PYTHON: "C:\\Python38-x64" -init: - - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# init: +# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: - ps: echo("OS version:") - ps: "[System.Environment]::OSVersion.Version"