vote up 1 vote down star

Hi,

I want get that Build status in TFS(whether it is succeeded or failed).Which classes and methods can be used for this purpose.

Thankyou somuch for your help.

flag
Which version of TFS? – Chris Lively May 28 at 22:56

4 Answers

vote up 1 vote down

The TFS API is mostly documented on MSDN under the Visual Studio SDK: http://msdn.microsoft.com/library/bb130146, however the build APIs are in a different location (in the TFS documentation): http://msdn.microsoft.com/library/cc339575.

These are the same assemblies that tf.exe and Team Explorer (etc.) use.

link|flag
vote up 0 vote down

Check out the MSBuildCommunityTasks library. It has a Mail task.

Import this into your build project to send the mails.

link|flag
vote up 1 vote down

If you just want the alert (not programmatically): You can right-click on the project in the Team Explorer and select Project Alerts.

link|flag
vote up 0 vote down

Under TFS 2008, you can right click on the TFS Project name (in Team Explorer) and select Project Alerts.

Then pick the A Build Completes alert and put your email address into the Send To field.

I think TFS 2005 also has this feature, but I can't rememeber. It's been awhile. ;)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.