質問

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?

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top