Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions eng/pipelines/azure-pipelines-public.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
trigger:
batch: true
# Replaced per issue request - changed from per-commit to weekly schedule
schedules:
- cron: "0 0 * * 1" # Run at midnight (UTC) on Monday each week
displayName: Weekly Monday build
branches:
include:
- main
- release/*
paths:
include:
- '*'
exclude:
- '**.md'
- eng/Version.Details.xml
- .github/*
- docs/*
- LICENSE.TXT
- PATENTS.TXT
- THIRD-PARTY-NOTICES.TXT
always: true # Run even when there are no code changes

# Excluding normal trigger as we're now using schedules
trigger: none

pr:
branches:
Expand Down