This commit is contained in:
tidusjar 2019-12-12 22:18:27 +00:00
commit aa89319445

View file

@ -17,7 +17,7 @@ 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.1;%path% - cmd: set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\3.6;%path%
- cmd: tsc -v - cmd: tsc -v
build_script: build_script:
- ps: | - ps: |