Wednesday, August 10, 2011

Beware of renames when using Team Foundation Server

TFS will not accommodate the renaming. You will break the build. Follow this process instead:
  • Rename the file

  • Right-click on the file and select "Exclude from Project"

  • Right-click on the folder holding the renamed file and select Add > Existing Item...

  • Add the renamed file back to the project
  • No comments:

    Post a Comment