Skip to content

Commit

Permalink
(GH-93) Rename the old tsc files
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 authored Feb 13, 2019
1 parent 21e5c54 commit 9abf47a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ init:

# Build script
build_script:
- ps: Get-ChildItem -Path "C:\Program Files (x86)\Microsoft SDKs\TypeScript\*" -Include tsc.exe,tsc.js -Recurse | Rename-Item -NewName {$_.name -replace "tsc","tsc1"}
- ps: .\build.ps1 -Target "AppVeyor"

# Tests
Expand All @@ -23,6 +24,3 @@ branches:
cache:
- tools -> build.cake
- node_modules -> package.json

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 9abf47a

Please sign in to comment.