Question

I'd like to send a custom build status email during or after the TFS build, but it doesn't look like the actual compilation status, etc. is known until after the entire process ends. Does anyone know of a way to send a custom email (other than the built-in alert email) that has the true build status?

Was it helpful?

Solution

You can use the notification web services in TFS to built an app that will recieve the web service notifications, and then do what ever you want; e.g. request the full build status, parse logs, add a spinning bear.

There are some details here

OTHER TIPS

Have you looked at the "Build Notification Tray app, which is part of the TFS Power Tools? This is able to give immediate build failure feedback.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top