Runbook¶
Pipelines (Azure DevOps)¶
The repository ships YAML pipelines for build, test, coverage, platform packaging, template NuGet, and docs — summarized in pipelines.md.
| Pipeline | Role |
|---|---|
azure-pipelines.yml |
Main CI: tests on Linux, Windows build with MAUI workloads |
azure-pipelines-ios.yml |
iOS build on macOS, signing variables |
azure-pipelines-android.yml |
Android-focused CI |
azure-pipelines-template.yml |
Template package publish |
azure-pipelines-documentation.yml |
MkDocs site |
Coverage gate¶
Fail if line coverage falls below threshold (typically 80% — runsettings + pipeline).
Store / device deployment¶
See deployment.md for distribution and signing considerations.
Support¶
- Repo: ConnectSoft.MauiBaseTemplate
- Public spec (this site): overview.md