Using the new YAML way I want to create multiple build pipelines for my Angular app in Azure DevOps. I have built some pipelines using the "legacy" visual builder. When I switched to YAML-style build definitions every time I try to create a new pipeline I get redirected to the existing azure-pipelines.yml. As far as I can tell from the docs it is not possible to define multiple pipelines in a single .yml file either.
Is this scenario currently not supported in Azure DevOps?