From 59bba8e5905a017444a3dd1acced01239470fb6f Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 12 Apr 2020 13:24:40 +0200 Subject: [PATCH] Disable RDP access to AppVeyor build workers --- appveyor.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 61b5a239..4e2d5309 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,10 @@ install: # Install dependencies - yarn --frozen-lockfile -on_finish: - # Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var) - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) +# on_finish: +# # Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var) +# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/ +# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) build_script: - yarn run release:win