For those using TFS 2010, take a read of John Robbins new post TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0
For those using TFS 2010, take a read of John Robbins new post TFS 2010 Build Number and Assembly File Versions: Completely In Sync with Only MSBuild 4.0
This is a revised and combined post covering the two previous posts, Versioning Code in TFS Part 1 & Part 2. If you haven’t read those two posts, then this revised post is all you need to read. If you…
UPDATE: Please see MSBuild Extension Pack 24 July 2008 UPDATE: Part 2 is available. I’ve lost count of the number of blog posts, forum questions and internal emails that I have seen regarding problems with versioning assemblies in TFS. I’ve…
7 Nov 2009: Update In Versioning Code in TFS – Part 1 I covered most of my thoughts on the matter. I’ve since helped a colleague out with implementing code versioning using GetBuildNumber and SetBuildNumber in the FTDTFSBuild task. I…
7 Nov 2009: Update 24 July 2008 UPDATE: Part 2 is available. I’ve lost count of the number of blog posts, forum questions and internal emails that I have seen regarding problems with versioning assemblies in TFS. I’ve made various…
UPDATE: 13 July 08 — These tasks are now available in the FreeToDev MSBuild Tasks Suite The sample code provided in the blog post covering this light weight task needs to be tweaked if using TFS 2008: TFS 2005: <GetBuildNumber…
UPDATE: 13 July 08 — These tasks are now available in the FreeToDev MSBuild Tasks Suite UPDATE (15 May08): See this post for TFS 2008 support I’ve added two simple tasks to the FreeToDev.MSBuild.Tasks assembly, both relate to build numbers…