Tim Deschryver 10/12/2020

How to make your Azure DevOps CI/CD pipeline faster

Read Original

This technical article details a strategy for optimizing a slow Azure DevOps CI/CD pipeline in a monorepo with 20+ projects. It explains how to implement a 'ProjectMarker' stage using a Node.js script to detect and mark only the projects changed in a commit, thereby avoiding unnecessary builds and deployments and significantly reducing pipeline execution time.

How to make your Azure DevOps CI/CD pipeline faster

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes