From 0488165b5e3a65d44e771185d7528eec8ad6b56e Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 13 Oct 2022 12:57:31 -0400 Subject: [PATCH] remove rdp block from appveyor since we are no longer debugging --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index abc4734c7..990da0d72 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,6 @@ build_script: after_build: - ps: | - $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) Import-Module $env:APPVEYOR_BUILD_FOLDER\contrib\win32\openssh\AppveyorHelper.psm1 Install-OpenSSH