Skip to content

Commit

Permalink
Merge pull request #74452 from dotnet/merges/release/dev17.8-to-relea…
Browse files Browse the repository at this point in the history
…se/dev17.10

Merge release/dev17.8 to release/dev17.10
  • Loading branch information
dotnet-bot committed Jul 19, 2024
2 parents 1f9b00a + 302f787 commit b21b471
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 @@ -37,6 +37,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 b21b471

Please sign in to comment.