ALOps

Setting Up Your FirstBuild

The intention of this document is to help you build your first build pipeline with ALOps. This means we will make ALOps available to your DevOps, and import one of the template repos to start building an app for ALOps, including a build pipeline in DevOps.

Download ALOps to DevOps

You can simply download ALOps to your DevOps environment by:

The tool is being downloaded to your marketplace. If you go to “Manage Extensions”, you’ll find it in your “Installed” Extensions.

You are now good to go to add steps from ALOps in your build pipelines!

Create a new repository, based on one of the templates from ALOps

ALOps provides templates for AL Apps in this public project. We will import the code from one of the repos into our own repo. This can simply be done by:

You have now a new repo, with the code imported from the template project from ALOps.

And now?

There is a big chance you’re all done now. Because of the “azure-pipelines.yml”, it should have created a build pipeline automatically.

If not, you can easily create it yourself: