azdo-build-investigator
dotnet/maui CI Investigation Context
This skill provides MAUI-specific context for CI investigation. Use it together with the ci-analysis skill (loaded from the dotnet-dnceng@dotnet-arcade-skills plugin via .github/copilot/settings.json).
First: invoke the
ci-analysisskill — it handles the core investigation workflow usingGet-CIStatus.ps1andghCLI (with MCP tools as optional enhancements if available). This skill provides MAUI-specific corrections and context on top of that.
Script Location
The ci-analysis skill and its Get-CIStatus.ps1 script are loaded automatically from the dotnet/arcade-skills plugin (configured in .github/copilot/settings.json via enabledPlugins). The CLI caches scripts to ~/.copilot/installed-plugins/dotnet-arcade-skills/. No manual download is needed.
MAUI CI Pipelines
⚠️ The
ci-analysisskill's reference doc listsmaui-publicas the MAUI pipeline — this is outdated. The correct pipeline names are below.
| Pipeline Name | Definition ID | Purpose |
|---|---|---|
maui-pr |
302 | Main build — check this first |
maui-pr-devicetests |
314 | Helix device tests (iOS, Android, Windows, MacCatalyst) |
maui-pr-uitests |
313 | Appium-based UI tests |