About 276,000 results
Open links in new tab
  1. YAML schema reference for Azure Pipelines - learn.microsoft.com

    Nov 10, 2025 · The YAML schema reference is a detailed reference guide to Azure Pipelines YAML pipelines. It includes a catalog of all supported YAML capabilities and the available options.

  2. Configuring CI/CD Pipelines as Code with YAML in Azure DevOps

    Jan 20, 2022 · YAML build definitions can be added to a project by simply adding their source file to the root of the repository. Azure DevOps also provides default templates for popular project types, as …

  3. Azure DevOps Pipeline YAML Guide. Basic Structure - Medium

    May 28, 2025 · This guide covers the majority of Azure DevOps pipeline YAML features. Start with the basic structure and gradually incorporate more advanced features as needed.

  4. Beginner’s Guide to Azure DevOps YAML Templates- First ... - LinkedIn

    Aug 9, 2025 · Azure DevOps YAML pipelines make it easier to automate build, test, and deployment processes while keeping everything version-controlled alongside your code.In this guide, we’ll walk …

  5. Build Your First Azure Pipeline (YAML-based CI/CD)

    May 17, 2025 · Now that you’ve seen how Azure DevOps works and what role pipelines play in the DevOps lifecycle, it’s time to get hands-on. In this blog, we’ll walk through creating a complete CI/CD …

  6. azure-devops-yaml-schema/content/index.md at main - GitHub

    Nov 10, 2025 · The YAML schema reference is a detailed reference guide to Azure Pipelines YAML pipelines. It includes a catalog of all supported YAML capabilities and the available options.

  7. Build a YAML pipeline with stages - Azure Pipelines

    Apr 15, 2025 · In this article, learn how to create and run a more complex YAML pipeline with multiple stages and conditions. The example pipeline includes build, test, and deploy stages and also has …

  8. Mastering YAML for Azure Pipelines: Syntax and Structure

    Learn how Azure Pipelines and YAML streamline CI/CD processes by automating build, test, and deployment stages. This comprehensive guide covers YAML syntax, defining pipeline triggers, …

  9. How to Create Pipeline in Azure DevOps - Azure Lessons

    1 day ago · How to Create Pipeline in Azure DevOps What is an Azure DevOps Pipeline? An Azure DevOps pipeline is a cloud service that automatically builds and tests your code project to make it …

  10. Azure DevOps YAML Pipelines - Part 1 - NathanNellans.com

    Nov 25, 2022 · There are a lot of topics to cover for YAML-based Pipelines in Azure DevOps. So, I will be breaking this up into a multi-part series. This section will be updated over time with links to the …