Skip to content

Commit 573e5d6

Browse files
authored
Update appveyor.yml
1 parent 263c049 commit 573e5d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ environment:
77
secure: VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
88

99
before_build:
10-
- set path=%programfiles(x86)%\Microsoft SDKs\TypeScript\2.2;%path%
1110
- ps: Install-Product node $env:nodejs_version
1211
- git config --global credential.helper store
1312
- ps: ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected]`n"
@@ -16,8 +15,8 @@ before_build:
1615
- git clone -q https://github.com/MicrosoftDocs/azure-psdocs-ciscripts azpsci
1716
- cd azpsci
1817
- npm install
19-
- npm install -g typescript
20-
- tsc
18+
- npm install typescript
19+
- node ./node_modules/typescript/bin/tsc
2120
- cd ..
2221
build_script:
2322
- node azpsci/out/ci0.js src c:\projects\_output

0 commit comments

Comments
 (0)