Skip to content

Commit

Permalink
Add monthly smoke test to release branch official builds (#74447)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson committed Jul 19, 2024
1 parent 7955011 commit b47a681
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ parameters:
type: boolean
default: true

schedules:
- cron: "0 8 23-29 * 0"
displayName: "Monthly smoke test"
branches:
include:
- main
- release/*
exclude:
- ""
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

# The variables `_DotNetArtifactsCategory` and `_DotNetValidationArtifactsCategory` are required for proper publishing of build artifacts. See https://github.com/dotnet/roslyn/pull/38259
variables:
- name: _DotNetArtifactsCategory
Expand Down

0 comments on commit b47a681

Please sign in to comment.