'Run multiple deployment pipelines together

A single deployment at my organization might involve running half a dozen different pipelines.

Some of these pipelines are classic "Release" pipelines. Some of these are modern yaml pipelines.

Sometimes these pipelines need to run sequentially. Sometimes they can run in parallel.

Is there any way in Azure DevOps (Server 2020) that I can group these together so that I can deploy the whole set with one command?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source