From 1ada5d7ddf794195e3ce9da1017e1ebd24cf5811 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 4 Apr 2022 16:25:19 -0700 Subject: [PATCH] Revert "Revert "build: enable RDP for release builds"" This reverts commit dce6c23b335d1032e40e24a0f09cf230f76cd457. --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2897c134cd3d..bd6b0c3db446 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,10 +23,6 @@ # https://www.appveyor.com/docs/build-configuration/#secure-variables # https://www.appveyor.com/docs/build-configuration/#custom-environment-variables -# Uncomment these lines to enable RDP -on_finish: - - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - version: 1.0.{build} build_cloud: electron-16-core image: vs2019bt-16.6.2 @@ -235,6 +231,8 @@ deploy_script: node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH } on_finish: + # Uncomment this lines to enable RDP + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - cd .. - if exist out\Default\windows_toolchain_profile.json ( appveyor-retry appveyor PushArtifact out\Default\windows_toolchain_profile.json ) - if exist out\Default\dist.zip (appveyor-retry appveyor PushArtifact out\Default\dist.zip)