I need to add some source code to TFS and before that I want to get some advice on the best approach For making.
I have a solution 'Generic Library' This class library is a set of projects that can be used by any application within the business.
I have 2 other solutions 'Forms App1', 'Forms App2' These two solutions include DLL reference for libraries compiled in the 'generic libraries' solution.
My question is how best to keep this source code in TFS?
Is all source code to be kept in a TFS project because in 'Forms App1' and 'Forms App2' there are references to assemblies in 'Generic libraries' or do I have 3 TFS projects? Or is there another standard way to do this?
Eventually I would like to establish continuous integration, and both 'Forms App1' and 'FOPRMSAP2' have always compiled against the latest version of assemblies. 'General Library'
This is a single TFS team project, which has a common library. Consider the following structure:
$ / MyTeamProject / Dev / GenericLibraries $ / MyTeamProject / Dev / MyProduct / FormsApp1 $ / MyTeamProject / Dev / MyProduct / FormsApp2 < / Div>
Comments
Post a Comment