Skip to content

Commit 1f98f92

Browse files
Add monthly build (#765)
* Add monthly build * Update comment * Remove "exclude" property
1 parent 14d0724 commit 1f98f92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines/official.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ trigger:
44
paths:
55
exclude: ["*.md"]
66

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+
717
variables:
818
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
919
BuildConfiguration: Release

0 commit comments

Comments
 (0)