views:

234

answers:

1

I ran a build on VSTS 2010 RC with code coverage enabled and got this message in the build output:

"The test settings file you are using specifies to run tests with code coverage enabled. To use this feature, Visual Studio Premium or Visual Studio Ultimate is required. The tests will be run without code coverage enabled."

Does this mean I need to install Visual Studio 2010 Premium or Ultimate on the build server?

+3  A: 

Yes. TFS pretty much requires a copy of either Ultimate or the testing editing to be installed on the build server in order to do things like this.

Silly requirement in my opinion, but that's the way it's always been.

Chris Lively