c# - Prevent tfs build error caused by projects in different tfs projects -


i have 2 projects on tfs. 1 tfs project main sln , other tfs project contains bunch of sub csproj. called 1 sub csproj main project checked in. after couple minutes build error on tfs saying sub project missing. closely @ path going in log error on tfs , not project stored(it checking within current tfs project file).

is there way config tfs know files or have move the project same tfs project or dll , put sln?

i.e.

tfs project -> solution1 -> added project 1     tfs project b -> project 1 

project1 in tfs on tfs under tfs b

assuming using classic tfs version control (tfvc), answer yes. need setup proper mapping in build definition. visual studio, edit build definition, select source settings tab: there can add many mapping want , layout build can different layout in version control. documentation page has details , option, not may use old term workspaces instead of source settings.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -