зеркало из https://github.com/microsoft/msquic.git
18 строки
433 B
YAML
18 строки
433 B
YAML
trigger: none # https://aka.ms/obpipelines/triggers
|
|
|
|
resources:
|
|
pipelines:
|
|
- pipeline: onebranch # Name of the pipeline resource
|
|
source: msquic-PullRequest # Name of the pipeline referenced by the pipeline resource
|
|
trigger: true
|
|
|
|
name: 0.$(Date:yyyy).$(Date:MM).$(DayOfMonth).$(Rev:rr).0
|
|
|
|
stages:
|
|
- stage: package
|
|
displayName: Package
|
|
dependsOn:
|
|
- build
|
|
jobs:
|
|
- template: ./obtemplates/build-distribution.yml
|