From 58bceeda620f9614d91bd6f0c7f107f15bd63187 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Sat, 14 Dec 2019 20:20:16 +0000 Subject: [PATCH] RDP --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index dbf936d4b..97b79f1c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,8 @@ os: Visual Studio 2019 environment: nodejs_version: "12.13.1" - typescript_version: "3.0.1" + typescript_version: "3.0.1" + APPVEYOR_RDP_PASSWORD: "Password10!" github_auth_token: secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH @@ -13,6 +14,9 @@ environment: # Do not build on tags (GitHub and BitBucket) skip_tags: true +init: + - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version