UNPKG

vscode-chrome-debug-core

Version:

A library for building VS Code debug adapters for targets that support the Chrome Remote Debug Protocol

41 lines (35 loc) 678 B
parameters: name: '' queueName: '' phases: - phase: ${{ parameters.name }} queue: name: ${{ parameters.queueName }} demands: - npm - node.js steps: - task: NodeTool@0 displayName: Use Node 8.x inputs: versionSpec: 8.x checkLatest: true - task: Npm@1 displayName: npm install inputs: verbose: false - task: Gulp@0 displayName: gulp build inputs: targets: build publishJUnitResults: true - task: Npm@1 displayName: npm test inputs: command: custom verbose: false customCommand: test - task: Gulp@0 displayName: gulp tslint inputs: targets: tslint