Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Set up CI with Azure Pipelines #20

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update azure-pipelines.yml for Azure Pipelines
gabritto committed Mar 4, 2020
commit e5e5cab82b780bce37d61a58206804954d6d3a1a
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -16,11 +16,8 @@ jobs:
inputs:
verbose: false

- script: 'cat package-lock.json && ls node_modules/@types && cat node_modules/dtslint-runner/package.json'
displayName: 'Test'

- script: 'rm -r node_modules/dts-critic && ln -s "$(pwd)" node_modules/dts-critic'
displayName: 'Replace dts-critic'
displayName: 'Replace dts-critic dependency'

- script: 'node node_modules/typescript/lib/tsc.js --project node_modules/dtslint-runner && node node_modules/dtslint-runner/bin/index.js --clone --onlyTestTsNext'
displayName: 'Run dtslint-runner'