2020-02-14 19:09:09 +03:00
|
|
|
# schedules:
|
|
|
|
|
# - cron: "0 0 * * *"
|
|
|
|
|
# displayName: Daily
|
|
|
|
|
# branches:
|
|
|
|
|
# include:
|
|
|
|
|
# - master
|
|
|
|
|
# always: true
|
|
|
|
|
|
|
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- master
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
|
|
|
|
image_type: Windows2019-Azure
|