2020-02-25 19:32:18 +03:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
2020-07-16 16:01:44 +03:00
|
|
|
- main
|
2020-02-25 19:32:18 +03:00
|
|
|
always: true
|
2020-02-14 19:09:09 +03:00
|
|
|
|
|
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
2020-07-16 16:01:44 +03:00
|
|
|
- main
|
2020-02-14 19:09:09 +03:00
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
2020-03-10 17:23:36 +03:00
|
|
|
image_type: Windows2016-Azure
|
|
|
|
|
image_readme_name: Windows2016-Readme.md
|