DEV Community

Discussion on: How to Disable the pipeline in Azure Devops

Collapse
 
shaijut profile image
Shaiju T • Edited

Thank you 😄, This worked. This stopped the build pipeline from running the Job. Hope this saves my free build minutes.

Collapse
 
mnaseem profile image
Naseem Mohammed

if your goal is to disable builds for every check-in; the better approach is to disable CI. That way your pipeline is not disabled. And you can go manually build when you please.

alt text