In an existing TFS project, we have created a code repository using Git.
I would like to create a new repository within that project that QA can access, but not be able to access any other repositories within the project.
I would like to ensure that MTM projects are synced with releases for CI.
How can this be accomplished without creating a separate QA project - which I have tried? I don't see how we would be able to sync test cases from one project with another in CI.
Thank you.