We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d0724 commit 1f98f92Copy full SHA for 1f98f92
azure-pipelines/official.yml
@@ -4,6 +4,16 @@ trigger:
4
paths:
5
exclude: ["*.md"]
6
7
+schedules:
8
+ - cron: "0 8 22-28 * 0" # Fourth Sunday of each month at 8:00 UTC
9
+ displayName: "Monthly build check"
10
+ branches:
11
+ include:
12
+ - main
13
+ - rel/*
14
+ always: true # Run even if there have been no source code changes since the last successful scheduled run
15
+ batch: false # Do not run the pipeline if the previously scheduled run is in-progress
16
+
17
variables:
18
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
19
BuildConfiguration: Release
0 commit comments