A notification and alert system for Microsoft Team Foundation Server builds.
A Windows Forms application which provides notifications for TFS builds. Includes a website dashboard that allows you track the status of build definitions across multiple TFS connections and projects.
Download the installer for the current version (v1.0) here.
The website dashboard gives a detailed overview of your monitored build definitions across multiple connections (via on-premises TFS installations and/or Visual Studio Online). Real time updates are applied to the dashboard when the status of a monitored build changes.
A recent build history is displayed underneath each build definition.
Build changes are polled at a configurable interval and display tray notifications (or Toast notifications in Windows 10) when a build starts, stops, fails or succeeds. If required, the application can be also configured to only display a notification if a build fails.
In addition to existing notifications you can activate voice output by setting TextToSpeech.Enabled to true in the app.config file.
.Net 4.5 Windows Forms application using Owin, Nancy and SignalR to self host and run the website dashboard.
Download the installer for the current version (v1.0) here.