1 min readApr 14, 2020
This document explains how to control the execution of stages and their dependencies: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/stages?view=azure-devops&tabs=yaml#specify-dependencies
Aside from what you write in your YAML file, remember that you also need to have purchased enough parallel jobs to have them run in parallel. Free Azure Pipelines account offer 1 parallel job only.