Enable CI for dev/* branches - #85144
Merged
Merged
Conversation
The benefits PR stacks as each stacked PR should be against a dev/ branch.
|
Azure Pipelines: Successfully started running 2 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
jjonescz
approved these changes
Sep 3, 2026
JoeRobich
enabled auto-merge (squash)
September 3, 2026 13:41
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The PR enables push triggers for dev/* but does not enable PR validation for PRs targeting dev/*, which undermines the stated stacked-PR scenario.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Lite
Findings: 2
New issues introduced by this change (2)
| Severity | Finding |
|---|---|
azure-pipelines-integration.yml — dev/* was added to the CI (push) trigger, but PR validation still won’t run for stacked PRs whose… |
|
azure-pipelines.yml — dev/* was added to the CI (push) trigger, but PR validation still won’t run for stacked PRs whose… |
What changed in this PR
This PR updates the Azure Pipelines branch filters to treat dev/* branches like other active development branches, so CI runs can be produced from those branches.
Changes:
- Added
dev/*to thetrigger.branches.includelist inazure-pipelines.yml. - Added
dev/*to thetrigger.branches.includelist inazure-pipelines-integration.yml.
| File | Description |
|---|---|
| azure-pipelines.yml | Adds dev/* to the push-triggered CI branch allowlist. |
| azure-pipelines-integration.yml | Adds dev/* to the push-triggered integration CI branch allowlist. |
Comment on lines
9
to
+11
| - features/* | ||
| - demos/* | ||
| - dev/* |
Comment on lines
+9
to
11
| - dev/* | ||
|
|
||
| # Branches that trigger builds on PR |
This was referenced Sep 3, 2026
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.

The benefits PR stacks as each stacked PR should be against a dev/ branch.
Microsoft Reviewers: Open in CodeFlow