Skip to content

Commit

Permalink
[common npm packages] Added tests' common files building step (#14426)
Browse files Browse the repository at this point in the history
Added tests' common files building step to be able to run MSBuildHelpers tests with psRunner.ts.
  • Loading branch information
egor-bryzgalov authored Feb 20, 2021
1 parent efd45f9 commit 38db81e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/build-common-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ steps:
- script: npm i -g [email protected] --force
displayName: Use npm version 6.9.0

# Build typescript in ./Test and ./Test/lib
- bash: |
npm install
./node_modules/typescript/bin/tsc -p ./Tests
displayName: Build tests lib

# npm install
- script: |
cd common-npm-packages
Expand Down

0 comments on commit 38db81e

Please sign in to comment.