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

View file

@ -13,15 +13,12 @@ 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
- cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.6;%path% # - cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.6;%path%
- cmd: tsc -v # - cmd: tsc -v
build_script: build_script:
- ps: | - ps: |
$deployBranches = $deployBranches =
@ -73,6 +70,3 @@ deploy:
draft: true draft: true
on: on:
branch: master branch: master
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))