2023-07-28 13:53:13 +02:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
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-10-07 23:11:54 -05:00
|
|
|
image_type: windows2019
|
2023-11-15 11:24:45 +01:00
|
|
|
image_readme_name: Windows2019-Readme.md
|
2023-12-13 09:17:44 +01:00
|
|
|
image_template_name: windows-2019.pkr.hcl
|