I've got an automated build in TFS 2010 with the following workspace:
$/Program 1 $(SourceDir)\Program 1
$/Core $(SourceDir)\Core
I then build both the core projects and the program 1 specific projects as part of the build. However, in doing bug fixes for a previous version, I need to get a specific label of the core files, but the latest for program 1 files. How can I change the workspace for only the Core directory to get by the label instead of getting the latest.
I know I can create a branch from the label for the Core folder, but since the bug fix is only in the Program 1 files, I don't want to create a new branch that has no changes in it.