Configure yml files for the images

This commit is contained in:
MaksimZhukov
2020-02-14 19:09:09 +03:00
parent 2b27629726
commit 9b52e4043f
7 changed files with 183 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# schedules:
# - cron: "0 0 * * *"
# displayName: Daily
# branches:
# include:
# - master
# always: true
variables:
- group: "Image Generation Variables"
trigger: none
pr:
autoCancel: true
branches:
include:
- master
jobs:
- template: image-generation.yml
parameters:
image_type: Windows2019-Azure