So you have setup your continuous integration and every time you are doing a checkin, a new automated build is launched on your build server. Nice !
You have also launched the Team Foundation Build Notification tool to have a small popup alert every time a build finishes and starts. Nice !
But you would like to go a bit further and receive a mail with the build result every time a build fails (or let's say do not succeed).
Let's see here how we can take advantage of the TFS alert tool to received emails, and let's see also how we can customize these emails, using the XSL and XSD the TFS offers us.
[Plus]