Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Team Services Build Notifications

Is there any way to get the visual studio build notification tool to work with the new vNext build system?

Currently all I can see are the old xaml workflow based builds available to select for notifications.

I would like to also be able to use this for the vNext scriptable build system.

like image 787
Kramer00 Avatar asked Nov 12 '15 09:11

Kramer00


2 Answers

For VS notification, only XAML build definitions will have notifications. Right now, configure email alert is the only option.

By the way, here is an extensible plugin for TFS named TfsNotificationRelay supports sending notifications to Slack, HipChat and IRC, including notifications for vNext build events, you may take a look at it: https://github.com/kria/TfsNotificationRelay

like image 89
Cece Dong - MSFT Avatar answered Oct 11 '22 18:10

Cece Dong - MSFT


If you want to see the current build status in tray, you can use Catlight. It supports new vNext builds and Visual Studio Online.

like image 27
alex Avatar answered Oct 11 '22 18:10

alex