2010年7月29日

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 阅读(2334) 评论(1) 推荐(0) 编辑

2010年7月1日

How to set SMTP Port in TFS2010

摘要: In TFS2010 Administration Console, you can only set SMTP Server and Email From Address. And in the TFS Config command line TFSConfig ConfigureMail /FromEmailAddress:emailAddress /SmtpHost:SMTPHostNam... 阅读全文

posted @ 2010-07-01 14:24 Ruiz 阅读(1509) 评论(0) 推荐(0) 编辑

2010年6月1日

Create work item in code editor

摘要: Some developers or testers may find that it will be more convenient that they could create a bug in code editor. Select a method, right click and create a work item. Following steps and sample codes i... 阅读全文

posted @ 2010-06-01 11:45 Ruiz 阅读(1320) 评论(0) 推荐(0) 编辑

2010年3月5日

Listen the Getting event of Version Control

摘要: This behavior can be done in many ways, Hongye supplied a solution in http://social.msdn.microsoft.com/Forums/en-US/tfsgeneral/thread/c6a4dc3c-39f9-4e37-9de0-93319273b8bc. Another way is to use the G... 阅读全文

posted @ 2010-03-05 11:11 Ruiz 阅读(750) 评论(0) 推荐(0) 编辑

2010年3月3日

How to Enable TFS Email Alert

摘要: MSDN has an article about How to: Configure SMTP Server and E-mail Notification Settings in the Services Web.Config File 1 TFS will use the service account(TFSService) to connect to SmtpServer, so TF... 阅读全文

posted @ 2010-03-03 11:27 Ruiz 阅读(627) 评论(0) 推荐(0) 编辑

2009年12月10日

How custom wit control Open another work item in Team Explorer

摘要: For the steps how to create and apply custom control, please refer to How to:Create a Custom WI Control Now we want to a feature to make custom wit control open another work item, like the behavior o... 阅读全文

posted @ 2009-12-10 17:02 Ruiz 阅读(1867) 评论(0) 推荐(0) 编辑

2009年12月8日

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 阅读(1624) 评论(0) 推荐(0) 编辑

2009年11月26日

How TO Subscribe TFS Event Using Web Service

摘要: Team Foundation Eventing Service delivers notification of events by e-mail or through Web services. If we subscribe TFS Event using Web Service, we can do much more then E-mail. 1 Create a Asp.NET We... 阅读全文

posted @ 2009-11-26 10:03 Ruiz 阅读(3692) 评论(0) 推荐(0) 编辑

2009年11月19日

Create TFS Report Step by Step

摘要: After installation of SQL Server Business Intelligence Development Studio(2008), you can create TFS Reports yourself. 1 Using VS to create a Report Server Project “My Reports” 2 Right click Shared Dat... 阅读全文

posted @ 2009-11-19 17:28 Ruiz 阅读(2211) 评论(0) 推荐(0) 编辑

2009年11月10日

How to exclude file types in TFS source control

摘要: The exclude file types are defined in HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\SourceControl\AddOptions\ExcludeMasks, the default value like Debug;Release;*.pdb;*.obj;*.dll... 阅读全文

posted @ 2009-11-10 13:15 Ruiz 阅读(403) 评论(0) 推荐(0) 编辑

导航