DEV Community

Discussion on: How to make your Azure DevOps CI/CD pipeline faster

Collapse
 
dantederuwe profile image
Dante De Ruwe

Good article! One question though: couldn't you just define a pipelines per project and then use paths in your YAML declaration to only run certain pipelines for your monorepo?

Collapse
 
timdeschryver profile image
Tim Deschryver

Hi Dante, great question. I think that should also work, though since it's been a while I don't know if we tried that. Also, due to some reason we always released all projects to QA / production environments. Thus, we decided to keep the same build pipeline for a test environment, but because we released multiple times a day, we wanted to make this faster.