I recently upgraded our TFS server to 2015 RTM. Now that I've started migrating build definitions from XAML to the new way, I notice that myTfsNotificationRelay plugin isn't generating build notification for vNext builds. My ISubscriber subscribes to BuildCompletionNotificationEvent, but only XAML builds come through there.
I've been digging through the TFS 2015 assemblies and from what I can tell, the event I want is Microsoft.TeamFoundation.Build.WebApi.Events.BuildCompletedEvent in Microsoft.TeamFoundation.Build2.WebApi.dll. The problem is that I just can't catch it. I get other events like BuildUpdatedEvent and BuildDefinitionChangedEvent from the same namespace, but BuildCompletedEvent stays illusive.
Has anyone gotten notifications for completed vNext builds in an ISubscriber to work?