From 878352351804a2339d595c1f74f9e6b32c6c6e6b Mon Sep 17 00:00:00 2001 From: Phil Allen Date: Tue, 15 Oct 2024 16:50:59 -0700 Subject: [PATCH] Add monthly scheduled build (#328) --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cd1828e..5fe9f09 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,16 @@ variables: - name: TeamName value: Roslyn +schedules: + - cron: "0 8 22-28 * 0" # Fourth Sunday of each month at 8:00 UTC + displayName: "Monthly build check" + branches: + include: + - main + - release/* + 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 + resources: repositories: - repository: MicroBuildTemplate