Create a build pipeline with Azure Pipelines
Set up a continuous integration (CI) pipeline that automates the process of building your application.
Learning objectives
After completing this module, you'll be able to:
- Create a build pipeline in Azure Pipelines
- Map manual build steps to automated build tasks
- Publish your builds so others can access them
- Use templates to build multiple configurations
Prerequisites
- An Azure DevOps organization with access to Microsoft-hosted parallel jobs. Check your parallel jobs and request a free grant.
- Visual Studio Code
- .NET 6.0 SDK
- Git
- A GitHub account
- Familiarity with forking and cloning a GitHub repo