I'd like to recreate a pipeline that looks something like this in YAML.
I have successfully recreated the first line (A) pipeline. A combination of dependsOn
, environmentName
, and environment approvals handles that.
However, there doesn't seem to be a way to create the B and C pipelines in YAML.
I've seen several similar questions, but most were not quite what I was looking for or were very old had no solution. I suspect this isn't possible right now but wanted to ask to be sure.