Which version of VS should I install to allow unit testing on the build server?

无人久伴 提交于 2019-12-01 07:36:40
Matt

You are allowed to install Visual Studio on the build server without an additional license.

Using Visual Studio on the Build Server

If you have one or more licensed users of Visual Studio Ultimate with MSDN, Visual Studio Premium with MSDN, or Visual Studio Professional with MSDN, then you may also install the Visual Studio software as part of Team Foundation Server 2013 Build Services. This way, you do not need to purchase a Visual Studio license to cover the running of Visual Studio on the build server for each person whose actions initiate a build.

Visual Studio and MSDN Licensing White Paper

On our team, we don't actually have VS installed on our build server and are able to compile code and run unit tests, but you'll probably find it pretty straightforward to just install the 'highest' version of VS that your team has a license to just to keep it simple and not waste any time tracking down any issues.

For some more details, a similar question was asked recently

Consider to Visual Studio Compare I would recommend you Premium or Test Professional (or Ultimate). If you want the use automated GUI-tests like CodedUI you need Premium or higher anyway. Professional will be enough when you need only Unit-Tests.

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