dpwulp94
dpwulp94

Reputation: 163

Running Unit Tests Fakes Framework on TFS build server | Error

Using the Microsoft Fakes Framework, I am trying to run my Unit Tests on our TFS build server. Local it works fine, but it doesn't work on the build server:

Screenshot TFS build server report failed unit tests

It seems that not the correct files have been copied to the output directory. What files should I copy (besides the unit tests and the tested project classes)? Should I copy the Fakes dll's for example?

Upvotes: 4

Views: 2800

Answers (1)

You need to have Visual Studio Premium / Ultimate installed on the build server.

Once you have it installed you should be able to execute the builds. I am fairly sure that it will copy the correct files during the build just like it does locally.

Upvotes: 4

Related Questions