Briefcase/azure-pipelines.yaml

24 строки
389 B
YAML

trigger:
branches:
include:
- master
paths:
include:
- mlbriefcase/*
- test/*
stages:
- stage: Compliance
jobs:
- job:
steps:
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- stage: Python
jobs:
- template: azure-pipelines-template.yaml