TFS Server Plugin that users "BuildCompletionNotificationEvent" still works in TFS 2015 RTM?
We have a server plugin that implements ISubscriber and returns type of "BuildCompletionNotificationEvent" which will send some customized emails when a build is completed. It works in our TFS 2012 environment. However, after we upgrade the plugin project and reference to v14.0 assemblies then deploy them to TFS 2015 RTM envrionment, it doesn't work anymore. When I debug into the codes, it never steps into my codes.
I wonder if this event is still supported in TFS 2015 RTM?
Looking at this link, I won't see Microsoft has this event listed for TFS 2015. However, when I browse into "Microsoft.TeamFoundation.Build.Server" binary, i see "BuildCompletionNotificationEvent" class there.
Anyone has similar issue?
I'm aware that in TFS 2015 Update 1, Microsoft breaks the changes of some server Plugin as listed here which we're not ready to go for Update 1 yet.