Closed checks in TFS2010

I want to use the new gated check-in function for TFS 2010.

I have about 10 solutions that all use the patented shared code library as dependencies.

My structure:

TeamProj/SharedCode
TeamProj/Proj1
TeamProj/Proj2
TeamProj/Proj3
........

The question I have is how can I configure the integration of all projects that have a SharedCode project as a dependency?

Perhaps someone may break the changes and not know about it until one of the other projects is opened / created manually.

I only want to create a large integration assembly when add-ons are done in the SharedCode folder.

The problem is that if I map the source paths needed to actually run the build for other projects, registration is also done automatically for all THOSE projects.

, , ?

Cheers, Dave

+5
1

, , TeamProj/Proj1, TeamProj/Proj2, TeamProj/Proj3 TeamProj/SharedCode?

, , :

  • TeamProj/SharedCode.
  • , TFS GET .
  • , Proj {1,2,3}, SharedCode.

, ?

+2

All Articles