File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ environment:
7
7
secure : VMFbecLLHzDq/09YDPbcM0VDDSwwgY57vr5GXK6cZZ4Ti/Xs5RZoylzV8MMr1350
8
8
9
9
before_build :
10
- - set path=%programfiles(x86)%\Microsoft SDKs\TypeScript\2.2;%path%
11
10
- ps : Install-Product node $env:nodejs_version
12
11
- git config --global credential.helper store
13
12
-
ps :
ac "$env:USERPROFILE\.git-credentials" "https://$($env:github_access_token):[email protected] `n"
@@ -16,8 +15,8 @@ before_build:
16
15
- git clone -q https://github.com/MicrosoftDocs/azure-psdocs-ciscripts azpsci
17
16
- cd azpsci
18
17
- npm install
19
- - npm install -g typescript
20
- - tsc
18
+ - npm install typescript
19
+ - node ./node_modules/typescript/bin/ tsc
21
20
- cd ..
22
21
build_script :
23
22
- node azpsci/out/ci0.js src c:\projects\_output
You can’t perform that action at this time.
0 commit comments