Hi there,
I thinking about switching to TFS2010 for my team. Right now we're using NANT scripts, and I'd like to know how the following issue could be solved with TFS2010.
The team is working on a framework which is made of several solutions (.sln). In each solution, we have a "References" folder where we put the assemblies used by the solution.
For example:
SolutionA
- ProjectAA
- ProjectAB
- Reference (empty)
SolutionB
- ProjectBA
- Reference
- ProjectAA.dll
- ProjectAB.dll
During the build, we first build the low-level solutions, and we move the resulting assemblies in the appropriate "Reference" folder. Then we build the other solution, and we move the resulting assemblies in the other solutions.
Do you know how we can do that with TFS2010 ?
Thanks !