Disable scheduled builds for release/9.5 branch#14449
Open
Copilot wants to merge 3 commits intorelease/9.5from
Open
Disable scheduled builds for release/9.5 branch#14449Copilot wants to merge 3 commits intorelease/9.5from
Copilot wants to merge 3 commits intorelease/9.5from
Conversation
Co-authored-by: radical <1472+radical@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Disable scheduled builds for release/9.5 branch in AzDO pipelines
Disable scheduled builds for release/9.5 branch
Feb 11, 2026
Member
|
@copilot remove the scheduled runs for this branch completely. |
Co-authored-by: radical <1472+radical@users.noreply.github.com>
Contributor
Author
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 14449Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 14449" |
Contributor
There was a problem hiding this comment.
Pull request overview
Disables Azure DevOps scheduled builds on the release/9.5 branch by removing scheduled triggers from the branch’s pipeline definitions while keeping existing PR/CI trigger behavior unchanged.
Changes:
- Removed the weekly Monday
schedules:trigger from the public pipeline YAML. - Removed the weekly Monday
schedules:trigger from the CodeQL pipeline YAML.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/pipelines/azure-pipelines-public.yml | Removes the weekly scheduled build trigger so no scheduled runs occur on release/9.5. |
| eng/pipelines/azure-pipelines-codeql.yml | Removes the weekly scheduled CodeQL trigger so no scheduled scans occur on release/9.5. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The
release/9.5branch is no longer maintained and should not generate scheduled builds. Completely removed theschedules:sections from AzDO pipeline files on this branch while preserving PR/CI triggers.Changed pipelines:
eng/pipelines/azure-pipelines-public.yml- removed weekly Monday build scheduleeng/pipelines/azure-pipelines-codeql.yml- removed weekly Monday CodeQL scan scheduleBoth pipeline files now have no
schedules:section defined, ensuring no scheduled builds will run for therelease/9.5branch. The pipelines on other branches (likemainand otherrelease/*branches) remain unaffected and will continue to run their scheduled builds as configured.Checklist
Original prompt
This pull request was created from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.