Does the free Team Explorer client work without Visual Studio

后端 未结 2 870
南笙
南笙 2021-01-14 12:07

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 T

2条回答
  •  礼貌的吻别
    2021-01-14 13:11

    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.

提交回复
热议问题