From e96e1f4c03cf34d02a388305cbd576973dae6f52 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Sat, 14 Dec 2019 20:32:08 +0000 Subject: [PATCH] wip --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 97b79f1c0..b033d318e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,6 @@ os: Visual Studio 2019 environment: nodejs_version: "12.13.1" typescript_version: "3.0.1" - APPVEYOR_RDP_PASSWORD: "Password10!" github_auth_token: secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH @@ -74,3 +73,6 @@ deploy: draft: true on: branch: master + +on_finish: + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) \ No newline at end of file