Looks like TFS supports only one repository per build. It is not enough for me as soon as I need to use some 3rd party libraries stored separately.
I can use GIT submodule for this, but in this case the build will not be associated with commits and work items because it ignores commits from submodules. Besides, a change in submodule will not trigger the build.
Is it possible to define a build with multiple repositories using plugins, extensions or something like that?