Creating a build pipeline

Automating your application builds is done in Azure DevOps by creating a build pipeline. This pipeline can be manually executed on an ad hoc basis, or it can be configured to be automatically executed when changes are committed to your repositories.

 This recipe will show you how to create a build pipeline for an AL project.