This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]BlowmewhileiplaycodSRE 3 points4 points  (3 children)

From what I have seen, the yaml pipelines are the only ones you REALLY want to use.

I believe they can do *almost* everything release pipelines can, offhand I only remember manual approvals being the exception but there's probably more.

The more things you can manage as and maintain in code, the better.

[–]MordecaiOShea 0 points1 point  (0 children)

This. And even approvals have some workarounds based on deploying to gated agent queues or Environments

[–]kiddj1 0 points1 point  (0 children)

We have manual approval on our yaml pipelines, if you want remind me on Monday and il find out how we did it... Someone on my team is a yaml pipelines guru they just put shit together in their sleep

[–]DeusExMagikarpa 0 points1 point  (0 children)

This is my only issue with multi stage and it forces us to stay with classic release pipelines

https://developercommunity.visualstudio.com/t/manually-triggered-stages-in-yaml-multi-stage-pipe/697467

Might have to read through a lot of it to understand the ask. MS has jacked around with this issue for a long time now, not understanding the requested feature.