79642449

Date: 2025-05-28 14:40:09
Score: 0.5
Natty:
Report link

There is a feature of Classic Release pipelines in Azure DevOps called Deployment queue settings that can define the behavior of subsequent releases.

The default setting is "Deploy all in sequence". By changing this value to "Deploy latest and cancel the others" newer releases will cancel the approval on existing stages.

Deployment Queuing Settings

Although there isn't an equivalent for YAML-based pipelines, I have an extension that can emulate this behavior.

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: bryanbcook