moc/azure-pipelines.yml

14 строки
209 B
YAML

trigger:
- main
schedules:
- cron: "0 0 * * *"
displayName: Moc - main branch - daily build
branches:
include:
- main
jobs:
- template: .pipelines/build.yaml
- template: .pipelines/static.yaml