随笔分类 -  Team Build

How TFS Build Get Associated Changesets/Workitems and Update Workitems
摘要:When we queue a build in TFS, if it failed, TFSBuild will create a bug workitem. If it successes, TFSBuild will update associated workitems. 1 How TFSBuild gets associated changesetsDeclaring Type:Mi... 阅读全文

posted @ 2010-07-29 00:54 Ruiz 阅读(2360) 评论(1) 推荐(0)

How to Keep build number / assembly version the same and auto-increment
摘要:First, Thanks for Richard’s blog http://richardsbraindump.blogspot.com/2007/07/versioning-builds-with-tfs-and-msbuild.html A simple way to keep the build number manually is to store last build number ... 阅读全文

posted @ 2009-12-08 13:44 Ruiz 阅读(1644) 评论(0) 推荐(0)

How to pass Special Characters to MsBuild
摘要:Some time, we want to pass parameter including Special Characters to Msbuild, for example, <PropertyGroup> <CAR>+!Microsoft.Performance#CA1812;+!Microsoft.Performance#CA1822</CAR> &... 阅读全文

posted @ 2009-10-26 13:52 Ruiz 阅读(418) 评论(0) 推荐(1)

导航