We’re currently running multiple Salesforce projects in parallel, with some projects already completed. We’re using Copado for metadata deployment between sandboxes. Each project has its own developer sandbox, but we share a single Staging sandbox and a Production org.
Our current setup involves multiple branches for different sandboxes in a GitHub repository. Now, we’re planning to migrate our entire implementation from GitHub to Azure DevOps Git. The challenge we’re facing is how to map our existing GitHub repository to multiple projects in Azure DevOps. Each project in Azure DevOps should correspond to a different developer sandbox, while the QA and Production environments should remain consistent across all projects.
Does anyone have experience or advice on how to approach this migration scenario in Azure DevOps, ensuring that each project’s developer sandbox is distinct, but QA and Production environments are shared across all projects?
P.S. We’re using Azure DevOps as our ALM tool and aim to fully migrate from GitHub to Azure DevOps.
We have migrated the entire repository to multiple projects in azure git and deleted the branches which were not part of the project. The problem with that is the promotion and feature branches of different projects are still present in the azure git which is not something we are looking for.