DEV Community

Christian Lüdemann
Christian Lüdemann

Posted on

How To Set Up A CI Pipeline With Azure Pipelines And Nx

It goes without saying that having a CI pipeline for your Angular apps is a must. Setting one up for regular Angular apps is fairly straightforward but when you have an Nx monorepo there are certain other challenges that you have to overcome to successfully orchestrate a “build once, deploy many” pipeline.

This post will show you, how to create a CI pipeline with Azure Pipelines for an Nx monorepo that not only allows smart builds with the affected commands but also allows you to tag the affected apps to trigger build pipelines that are relevant.

I will show you how to do this in three different ways: seial, parallel/binning and with Distributed Task Execution (DTE).

Read the blog post here.

Top comments (0)