Which nuGet package for namespace Microsoft.TeamFoundation.Framework.Server

眉间皱痕 提交于 2019-12-02 14:29:34

问题


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?


回答1:


You need to get Microsoft.TeamFoundation.Framework.Server.dll from the Application Tier machine of TFS, which is supposed under C:\Program Files\Microsoft Team Foundation Server 14.0\Application Tier\Web Services\bin.



来源:https://stackoverflow.com/questions/42645568/which-nuget-package-for-namespace-microsoft-teamfoundation-framework-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!