2023-07-28 13:53:13 +02:00
|
|
|
schedules:
|
|
|
|
|
- cron: "0 0 * * *"
|
|
|
|
|
displayName: Daily
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
always: true
|
|
|
|
|
|
2021-08-23 11:13:14 +03:00
|
|
|
trigger: none
|
|
|
|
|
pr:
|
|
|
|
|
autoCancel: true
|
|
|
|
|
branches:
|
|
|
|
|
include:
|
|
|
|
|
- main
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
- template: image-generation.yml
|
|
|
|
|
parameters:
|
|
|
|
|
image_type: windows2022
|
2023-11-15 11:24:45 +01:00
|
|
|
image_readme_name: Windows2022-Readme.md
|
2023-12-13 09:17:44 +01:00
|
|
|
image_template_name: windows-2022.pkr.hcl
|