jobs:
- job: "DetectionsValidations"
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
verbose: false
command: 'install'
- script: 'npm run tsc && node .script/idChangeValidator.js'
displayName: 'Id change Validation'cloudflare/Azure-Sentinel
Publicmirrored fromhttps://github.com/cloudflare/Azure-Sentinel
.azure-pipelines/detectionsValidations.yaml
12lines · modepreview
unknown