From 6fb251f00f0d67f167b926f991d375c8c600bb98 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 12 Apr 2020 11:29:49 +0200 Subject: [PATCH] Enable RDP to the build worker --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 28de9c5f..61b5a239 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,11 @@ install: - rustc -vV - cargo -vV # Install dependencies - - yarn + - 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')) build_script: - yarn run release:win