зеркало из https://github.com/microsoft/Briefcase.git
24 строки
389 B
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
|