Hi, I’m trying to set up a staging environment in Vercel using Azure Devops repositories.
I have set up a deploy pipeline using the Azure Devops extensions as in the documentation which is working fine, to either deploy to production environment, or just a random preview deploy.
But I want to set up a fixed staging environment. In the docs this can be done by connecting the domain to a branch in the repo. But for Devops, I cant connect.
Sorry, to clarify - when creating a new domain for staging, I cannot select a git branch when im using Azure Devops. It seems like I can only connect to either GitHub, Bitbucket or GitLab.