Briefcase/azure-pipelines.yaml

24 строки
389 B
YAML
Исходник Обычный вид История

2019-08-20 02:51:01 +03:00
trigger:
branches:
include:
- master
paths:
include:
- mlbriefcase/*
- test/*
2019-08-20 02:51:01 +03:00
stages:
- stage: Compliance
jobs:
- job:
steps:
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
verbosity: 'Verbose'
alertWarningLevel: 'High'
- stage: Python
jobs:
- template: azure-pipelines-template.yaml