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:
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?