I'm using team foundation server 2010 @ work and home. I want to exclude some element from the project build but still have them exist in Team Foundation Server 2010 source control. How do I achieve this? Exclude From Project will delete the item.
|
|
Same problem here, only way to do this is manually edit project file :( Please vote that this bug is important to fix Workaround posted on Connect:
|
||||
|
|
|
take a look at the below: Also as @Antonio Bakula mentioned there is know bug. http://social.msdn.microsoft.com/Forums/nb-NO/tfsgeneral/thread/bc992ff9-f354-40db-aab9-00a860ec44d3 |
|||
|
|
|
Editing a project file and removing the references to the files you want to exclude would be the easiest solution. Another solution would be to remove files from the project via UI, but only checkin changes in the project file and undo the delete operations. In the future you can add files directly to the TFS folder in Team Explorer. May I ask: why would you want to do that? As I commonly have a problem of files which are not bound to any project and have to be getted manually. |
||||
|
|
I work in a TFS environment, and if it were me? I'd just change the name of the file (instead of excluding it from the project), and check that in instead. Since your project is expecting that particular filename...it won't find it. We use this when we're developing prototypes or holding on to antiquated code for documentation purposes. Sorry VS is eating your stuff! Kind Regards, -sf |
|||
|
|
|
I think these steps should help you do what you are looking for. To exclude an item from a deployment project:
And this page explains the actions for project files supported by VS 2010: http://msdn.microsoft.com/en-us/library/0ebzhwsk.aspx --- Edit --- At work I tried 'Exclude From Project' in one of the files of a project we have in VS 2010, which is bound to a TFS 2010 server, and this action did not delete the item from TFS; the Source Control Explorer window shows the red delete mark next to the item, and the 'Pending Change' column says delete, but item is there. Right click the item in the Source Control Explorer window, one of the commands in the context menu that pops-up is 'Check In Pending changes' and another one is 'Shelve Pending changes'. Shelving enables you to set aside the pending changes. The file is still in the local hard drive. If I do 'Include In Project' the item comes back to normal. |
||||
|
|