Skip to content

Add correct CI pipeline names to Copilot instructions#34255

Merged
rmarinho merged 1 commit intomainfrom
copilot/ci-pipeline-names
Feb 26, 2026
Merged

Add correct CI pipeline names to Copilot instructions#34255
rmarinho merged 1 commit intomainfrom
copilot/ci-pipeline-names

Conversation

@jfversluis
Copy link
Copy Markdown
Member

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Description

Adds the current Azure DevOps CI pipeline names to .github/copilot-instructions.md so that Copilot agents always reference the correct pipelines:

Pipeline Name
Overall CI maui-pr
Device Tests maui-pr-devicetests
UI Tests maui-pr-uitests

Why: Copilot CLI would wrongfully come up with old pipeline names (e.g., MAUI-UITests-public) that it picked up from historical PR comments. Adding the correct names to the instruction file ensures agents use the current pipeline names going forward.

Copilot CLI would wrongfully come up with old pipeline names
(e.g., MAUI-UITests-public) found in historical PR comments.
This documents the current correct names so agents use them:
- maui-pr (overall CI)
- maui-pr-devicetests (device tests)
- maui-pr-uitests (UI tests)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 26, 2026 09:50
@jfversluis jfversluis added the area-ai-agents Copilot CLI agents, agent skills, AI-assisted development label Feb 26, 2026
@jfversluis jfversluis added this to the .NET 10 SR5 milestone Feb 26, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Copilot instruction guide to document the current Azure DevOps PR pipeline names, reducing incorrect references to legacy pipelines in future Copilot-assisted workflows.

Changes:

  • Adds a new “CI Pipelines (Azure DevOps)” section to .github/copilot-instructions.md.
  • Documents the current pipeline names for overall CI, device tests, and UI tests, and explicitly calls out older names as outdated.

@rmarinho rmarinho merged commit d404e27 into main Feb 26, 2026
6 of 7 checks passed
@rmarinho rmarinho deleted the copilot/ci-pipeline-names branch February 26, 2026 13:40
Tamilarasan-Paranthaman pushed a commit that referenced this pull request Mar 2, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

## Description

Adds the current Azure DevOps CI pipeline names to
`.github/copilot-instructions.md` so that Copilot agents always
reference the correct pipelines:

| Pipeline | Name |
|----------|------|
| Overall CI | `maui-pr` |
| Device Tests | `maui-pr-devicetests` |
| UI Tests | `maui-pr-uitests` |

**Why:** Copilot CLI would wrongfully come up with old pipeline names
(e.g., `MAUI-UITests-public`) that it picked up from historical PR
comments. Adding the correct names to the instruction file ensures
agents use the current pipeline names going forward.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Mar 11, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.Extensions.Logging.Debug](https://dot.net/) ([source](https://github.com/dotnet/dotnet)) | nuget | patch | `10.0.3` -> `10.0.4` |
| [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | nuget | patch | `10.0.41` -> `10.0.50` |

---

### Release Notes

<details>
<summary>dotnet/maui (Microsoft.Maui.Controls)</summary>

### [`v10.0.50`](https://github.com/dotnet/maui/releases/tag/10.0.50)

[Compare Source](dotnet/maui@10.0.41...10.0.50)

#### What's Changed

.NET MAUI 10.0.50 introduces significant improvements across all platforms with focus on quality, performance, and developer experience. This release includes 78 commits with various improvements, bug fixes, and enhancements.

#### AI

-   Enable packing and independent preview versioning for Essentials.AI by [@&#8203;mattleibow](https://github.com/mattleibow) in dotnet/maui#33976

-   Move Essentials.AI preview iteration to eng/Versions.props by [@&#8203;mattleibow](https://github.com/mattleibow) in dotnet/maui#34025

-   \[Feature] Add Microsoft.Maui.Essentials.AI - Apple Intelligence by [@&#8203;mattleibow](https://github.com/mattleibow) in dotnet/maui#33519

#### Ai Agents

-   Copilot agent infrastructure, emulator reliability, and try-fix workflow improvements by [@&#8203;PureWeen](https://github.com/PureWeen) via [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#33937

-   Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#34109

-   ci-copilot: set pipeline run title early using build.updatebuildnumber by [@&#8203;jfversluis](https://github.com/jfversluis) via [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#34156

-   Revamp find-reviewable-pr skill: priorities, defaults, and doc fixes by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#34160

-   Add correct CI pipeline names to Copilot instructions by [@&#8203;jfversluis](https://github.com/jfversluis) in dotnet/maui#34255

-   Add resilience to UI tests for frozen/unresponsive apps by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#34023

-   Copilot CI: Structured phase outputs, autonomous execution, iOS support, and CI pipeline by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#34040

-   Agent Workflow Metrics via GitHub Labels by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#33986

#### Animation

-   \[Android] Fixed TransformProperties issue when a wrapper view is present by [@&#8203;Ahamed-Ali](https://github.com/Ahamed-Ali) in dotnet/maui#29228

    <...
This was referenced Mar 15, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-ai-agents Copilot CLI agents, agent skills, AI-assisted development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants