Running the Fakes Framework Unit Tests on the TFS Build Server | mistake

Using the Microsoft Fakes Framework, I am trying to run my tests on our TFS build server. Local, it works fine, but it does not work on the build server:

Screenshot TFS build server report failed unit tests

It seems that the wrong files were not copied to the output directory. What files should be copied (besides unit tests and test classes of projects)? Should I copy dll fakes for example?

+4
source share
1 answer

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

, . , , .

+4

All Articles