Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1007 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 1007 Bytes

Azure DevOps YAML Templates Repository

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.

Other Resources