Shared YAML template library used by my open-source projects, for more information see Resources in YAML Pipelines.
These templates cover a number of common tasks, including;
- .NET build/test/pack/push
- Container image builds/maintenance
- Helm Chart publish to Azure Container Registry (ACR)
Note: Be aware that I run a lot of builds from a self-hosted agent under Docker, so the YAML templates may skip common steps like 'install dependency X.Y.Z' because my agent image will already have that dependency installed.