Is it possible to configure an Azure DevOps pipeline to look for the azure-pipelines.yaml
file in a custom location?
We're using a mono-repo source control architecture for our current work with different packages held under packages/<package-name>
and only one of them needs an Azure DevOps pipeline, so ideally we'd like to have the YAML configuration stored with the package rather than at the root of the repo, but I can't find any options for this in the DevOps portal. This is definitely configurable in other similar services like AWS CodeBuild.