Ryan Gates
Ryan Gates

Reputation: 4539

Build Machine Unit Tests

What are the requirements to run automated builds through TFS, where the solution contains unit tests that use the Microsoft Fakes framework?

I have a build machine working now with VS 2010 and .NET 4.0. I know that VS 2012 Ultimate could be installed. How would I target VS 2012 rather than 2010?

Upvotes: 2

Views: 353

Answers (1)

Oleg Sych
Oleg Sych

Reputation: 6558

TFS 2012 and Visual Studio 2012 are currently required on the build server to build and run tests using Fakes.

Upvotes: 1

Related Questions