5 lines
460 B
Markdown
Raw Permalink Normal View History

2019-12-03 16:17:57 +00:00
# Azure DevOps build definitions
2019-03-19 17:55:07 +01:00
2019-12-03 16:17:57 +00:00
This folder contains the Azure DevOps build definitions in YAML format. Each folder contains one `azure-pipelines.yml` that contains the build definition for one microservice (usually a Docker image, but some microservices generates more than one Docker image).
2019-03-19 17:55:07 +01:00
2019-12-03 16:17:57 +00:00
For more information about YAML builds read the [Azure DevOps documentation](https://docs.microsoft.com/azure/devops/pipelines/get-started-yaml?view=azure-devops).