CodeCommitsIssuesPull requestsActionsInsightsSecurity
19bbc8653b3f9467f062295411a42fee398a97b8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.azure-pipelines/detectionsValidations.yaml

12lines · modecode

1jobs:
2- job: "DetectionsValidations"
3 pool:
4 vmImage: 'Ubuntu 16.04'
5 steps:
6 - task: Npm@1
7 displayName: 'npm install'
8 inputs:
9 verbose: false
10 command: 'install'
11 - script: 'npm run tsc && node .script/idChangeValidator.js'
12 displayName: 'Id change Validation'