Azure devops pipelines monorepo query

Viewed 20

Is this possible?

We’ve got a monorepo that holds all that slns for our given project. The product requires these services to function.

Here’s my question

Is it possible to get a pipeline that will build everything but only release changes?

Eg.

Let’s days I’ve got a

Submission api User management api MVC app.

If I make changes to the MVC app, then the pipeline needs to build everything but only indicate the the MVC app needs releasing

Same if I made a change to user management

What if I make a change to all 3 in a single PR? I’d want to build and release everything.

0 Answers
Related