Reputation: 2886
Has anyone ever configured the: tfs.visualstudio.com "hosted build controller" to send emails when a build is started, failed, or completed? Note: this is not TFS - Team Foundation Server, it's the Team Foundation Services hosted by MS.
I'd like to be able to send an alert so my testers know to take a break during the builds.
Upvotes: 3
Views: 5046
Reputation: 5223
You can setup team alerts using the Team Foundation Service. It is also available in Team Foundation Server for on-premises as well. I have a walkthrough available here: http://www.edsquared.com/2012/02/09/Creating+EMail+Alerts+For+Team+Members+In+TFS.aspx
Upvotes: 6
Reputation: 1311
You need to set alerts in the project portal. Just click on the small cog on the upper right corner and click on the Alerts tab.
There you can customize alerts for your project.
By the way, you can do that inside Visual Studio as well, in the Team menu.
Upvotes: 3
Reputation: 10080
I use Team Foundation Server and its very easy to create alerts there. This is what I found for the team foudnation service : http://blog.nwcadence.com/team-alerts-in-visual-studio-11-team-foundation-service/
Upvotes: 1