Azure-Sentinel/.azure-pipelines/logoValidator.yaml

14 строки
371 B
YAML

jobs:
- job: "logoValidator"
pool:
vmImage: "ubuntu-latest"
steps:
- script: 'npm install -g npm@6.14.15;which npm;npm -v'
- task: Npm@1
displayName: "npm install"
inputs:
verbose: false
command: "install"
- script: "npm run tsc && node .script/logoValidator.js"
displayName: "logo Validator"