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:

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?
source
share