Fetching multiple TFS git repo sources with git submodules
问题 I'm facing an issue while trying to access different git sources in TFS Build. I have 2 repos Test1 & Test2 - https://tfs.org.com:8080/tfs/collection/project/_git/Test1 (& Test2). Under Test2, I added a sample.txt & .gitmodules file. .GitModules file has a cmd - git submodule add https://tfs.org.com:8080/tfs/collection/project/_git/Test1 (Since I want to checkout Test1 contents too while triggering Test2 repo) Now in Build def (which builds Test2) I checked the option (Checkout Submodules) -