Add monthly build (#765)
* Add monthly build * Update comment * Remove "exclude" property
This commit is contained in:
Родитель
14d0724cec
Коммит
1f98f92104
|
@ -4,6 +4,16 @@ trigger:
|
|||
paths:
|
||||
exclude: ["*.md"]
|
||||
|
||||
schedules:
|
||||
- cron: "0 8 22-28 * 0" # Fourth Sunday of each month at 8:00 UTC
|
||||
displayName: "Monthly build check"
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- rel/*
|
||||
always: true # Run even if there have been no source code changes since the last successful scheduled run
|
||||
batch: false # Do not run the pipeline if the previously scheduled run is in-progress
|
||||
|
||||
variables:
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||
BuildConfiguration: Release
|
||||
|
|
Загрузка…
Ссылка в новой задаче