My company uses TFS for source control. (TFVC) One rogue project decided to use GIT. They then had massive problems from training and other reasons because people didn't understand the distributed system.
With TFS 2015 you can have both a TFVC repository and a GIT repository in the same team project. So we just created a new TFVC repository and moved all the code over to it. Everything is working great but we can't get access to our XAML build templates. That way we didn't lose their SCRUM work history and all their backlog.
When we go to the build, in the template it is looking for GIT templates. I am guessing this is because the team project originally was created with a GIT repository. Is there any way we can point this to the TFVC templates like all of our other projects use?