I have two repositories - one in TFVC and another in Git. There are specific technical reasons for keeping them separate.
The code in TFVC is built on a private build agent and the code in Git is built on a hosted agent. So currently I have two independent builds and the outcomes of them are deployed together in a release definition.
I am looking at creating builds that may be able to get the source from both the repositories so that I have a single build definition to manage.
Is there a way to achieve this?