Does the free Team Explorer client work without Visual Studio

荒凉一梦 提交于 2019-12-30 11:41:47

问题


We are about to setup a cruise control.net with and NAnt and TFS, do I need visual studio 2005/2008 with team explorer installed or can I make this work with just the free Team explorer client


回答1:


Team Explorer will install the VS shell, which gives it enough of VS to operate.

So strictly the answer is "yes, Team Explorer requires VS", but since VS is included in the Team Explorer install the strict answer is kind of unhelpful :-).

Once Team Explorer is installed, you get access to the TF.EXE command line tool, but also worth looking at the TFS Power Toys for the tftp.exe command line tool and the PowerShell Snapin for more command line operation.




回答2:


All you need to get the CruiseControl.NET integration working with TFS is to install the Team Explorer download that you pointed to. This will install the API's necessary into the GAC for the plug-in to work.

Be sure to install the TFS 2008 Team Explorer as that includes the latest versions of the client assemblies that I compiled the latest version of the CC.NET plugin against.

Not to take this down a licensing rat-hole, but just wanted to note that the Team Explorer software isn't "free" as such, but is a freely available download. You need to make sure all your developers who check code in to TFS (and therefore might trigger an automated build) have TFS CAL's (Client Access Licenses). A TFS Cal is included with an MSDN Subscription that includes a Team Edition of Visual Studio or they can be purchased separately.

Good luck!

Martin.



来源:https://stackoverflow.com/questions/666371/does-the-free-team-explorer-client-work-without-visual-studio

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