Legacy examples¶
Pipelines that target the v1 / v2 ALOps tasks (Azure DevOps only).
The original Examples/ folder of the HodorNV/ALOps GitHub repo carries a long-running collection of sample azure-pipelines.yml files exercising v1 patterns:
- Default builds (with and without test execution)
- Docker-backed BC service tier (multiple BC versions)
- Test-tool integration, multi-root workspaces, FOB imports
- SQL Server backup and restore, code signing, agent maintenance
- Insider builds, runtime packages, batch publishing
Those samples remain the reference for partners on v1/v2. They are intentionally not mirrored into this site — they're a moving target on GitHub and we don't want a stale fork.
For the current task surface (Azure DevOps and GitHub Actions), see the v3 examples.