Whats the difference between a build pipeline and a release pipeline in Azure DevOps?
问题 I have set up several multi-staged build pipelines in Azure DevOps by using .yaml files. I've read about the "Release Pipelines" available, and I'm wondering what the benefits of those are? They seem to do the same, don't even offer .` YAML's support. So what's the main difference here? What can I do by using release pipelines, rather than usual build pipelines? 回答1: In Azure DevOps, before there was the multi stage yaml pipelines (now known as " Pipelines ", you usually used the Build