Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top