From a88ae8d841936ed9ea8ba6ffe3111b8248f53c68 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Tue, 18 Oct 2022 14:07:12 -0400 Subject: [PATCH] appveyor.yml --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 990da0d72..abc4734c7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,7 @@ 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