随笔分类 -  TFS SDK

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

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 阅读(1889) 评论(0) 推荐(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 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 阅读(3704) 评论(0) 推荐(0)

How to synchronize file in TFS and SharePoint Site automatically
摘要:Although TFS has its own Project Portal, TFS does not support synchronize files in Version Control and Portal or other SharePoint Site. To do this, there are 2 steps:1 Get last version file from TFS ... 阅读全文

posted @ 2009-10-20 14:26 Ruiz 阅读(746) 评论(0) 推荐(1)

How to:Create a Custom WI Control
摘要:http://social.msdn.microsoft.com/Forums/en-US/tfspowertools/thread/25867a00-3d49-4ca5-998e-6e5809ea7b1a/Op has a requirement:"I currently have two fields. Each one of them has an integer value from 1-... 阅读全文

posted @ 2009-10-01 13:41 Ruiz 阅读(4693) 评论(0) 推荐(1)

TFS Warehouse Adapter
摘要:Please refer to this article for detail http://msdn.microsoft.com/en-us/library/bb286956.aspxFolling code is to show how to add group name for a user http://social.msdn.microsoft.com/Forums/en-US/tfsr... 阅读全文

posted @ 2009-09-18 14:08 Ruiz 阅读(841) 评论(0) 推荐(0)

Get TFS Model and TFS Service Using TFS SDK
摘要:To get TFS Model/services, pleaseadd these assemblies to reference http://www.cnblogs.com/Ruiz/archive/2009/09/18/1569416.htmlFollowing code shows how to get the service [代码] 阅读全文

posted @ 2009-09-18 13:54 Ruiz 阅读(1530) 评论(0) 推荐(0)

TFS SDK Assembly
摘要:Microsoft.TeamFoundationMicrosoft.TeamFoundation.Build.ClientMicrosoft.TeamFoundation.Build.CommonMicrosoft.TeamFoundation.Build.ControlsMicrosoft.TeamFoundation.Build.Server.LoggerMicrosoft.TeamFound... 阅读全文

posted @ 2009-09-18 13:47 Ruiz 阅读(1058) 评论(0) 推荐(0)

导航