I'd like to implement a server side plugin for TFS 2015, actually an event handler. I've found several examples which start with the general instruction like "Just implement the ISubscriber
interface...". This should be in the namespace Microsoft.TeamFoundation.Framework.Server
. But I am not able to find a nuGet package containing this interface. I've already installed almost all available TeamFoundation packages available. But to no avail.
Could somebody point me into the right direction, please?