Monday, August 24, 2009

  1. Show all files in the library projects and select Include in Project from the context menu for the Release folders under bin.
  2. Check in changes. Your source control explorer may look like the following:
    clip_image002
  3. Create a folder under the application folder of App1 called Dependencies.
  4. Right click on each of the Release folders checked in and Branch.
    clip_image004
  5. Select Label from the Branch from version drop down, and select the last build label.
    clip_image006
  6. Browse for the Dependencies folder created earlier and type in the name of the original project. Ex: Library2
    clip_image008
  7. Repeat for the other library project.
  8. Check in the branch operation.
    clip_image010
  9. Open the application project, remove the references to the DLLs from the project folder of the libraries.
    clip_image012
  10. Re-add the references to the DLLs in the Dependencies folder.
    clip_image014clip_image016
  11. Check in the project. The Build server should kick off and build the application successfully.
    clip_image018

<Intro> / << Prev / Next >>

0 comments:

Post a Comment