2009年10月28日

Sending Email with TSWA

摘要: TSWA has a function to send workitem as an email. If TFS and smtphost are in the same domain(machine) and the TFSService account has enough permission to send email, it all right, just enable <emai... 阅读全文

posted @ 2009-10-28 12:52 Ruiz 阅读(398) 评论(0) 推荐(1) 编辑

2009年10月26日

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

2009年10月20日

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

2009年10月19日

How to Custom Date Format in TSWA

摘要: As we know, once you set the Format and CustomFormat of DateTimeControla in WorkItemType like<Control FieldName="FinishedDate" Type="DateTimeControl" Label="Finished Date:" LabelPosition="Left" For... 阅读全文

posted @ 2009-10-19 16:27 Ruiz 阅读(500) 评论(0) 推荐(1) 编辑

2009年10月16日

How to: Configure an Interactive Port for Team Foundation Build

摘要: 阅读全文

posted @ 2009-10-16 13:56 Ruiz 阅读(165) 评论(0) 推荐(0) 编辑

2009年10月1日

Workflow of WorkItem

摘要: Workflow consists of States and Transitions. A workflow has multiple states, such as Active and Closed. Following code shows a state sample:<State value="Active"> <FIELDS> <FIELD refn... 阅读全文

posted @ 2009-10-01 18:06 Ruiz 阅读(624) 评论(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 阅读(4681) 评论(0) 推荐(1) 编辑

2009年9月21日

How to Set Permission for WebApplication using TFS SDK

摘要: 1 No matter the app pool is Classic or integrated2 The account need no special permission3<authentication mode="Windows"/><identity impersonate="false"/> 阅读全文

posted @ 2009-09-21 18:04 Ruiz 阅读(296) 评论(0) 推荐(0) 编辑

How to install TFS2008 with SQLSERVER 2008SP1

摘要: To Install TFS2008 with SQL Server 2008, it is needed to Integrate the Installation of Team Foundation Server and Service Pack 1 first. After TFS2008SP1 has been installed, you can upgrade SQL Server2... 阅读全文

posted @ 2009-09-21 14:32 Ruiz 阅读(1200) 评论(0) 推荐(1) 编辑

2009年9月18日

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

导航