This commit is contained in:
Jamie Rees 2019-12-14 20:20:16 +00:00
commit 58bceeda62

View file

@ -5,6 +5,7 @@ os: Visual Studio 2019
environment: environment:
nodejs_version: "12.13.1" nodejs_version: "12.13.1"
typescript_version: "3.0.1" typescript_version: "3.0.1"
APPVEYOR_RDP_PASSWORD: "Password10!"
github_auth_token: github_auth_token:
secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH secure: H/7uCrjmWHGJxgN3l9fbhhdVjvvWI8VVF4ZzQqeXuJwAf+PgSNBdxv4SS+rMQ+RH
@ -13,6 +14,9 @@ environment:
# Do not build on tags (GitHub and BitBucket) # Do not build on tags (GitHub and BitBucket)
skip_tags: true skip_tags: true
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install: install:
# Get the latest stable version of Node.js or io.js # Get the latest stable version of Node.js or io.js
- ps: Install-Product node $env:nodejs_version - ps: Install-Product node $env:nodejs_version