I'm simply trying to execute an MSTest project after my build but for some reason I'm getting unmet requirements that state system.MSTest.10.0 exists for my project.
All I did was add a build step, selected Runner type MSTest, selected %system.MSTest.10.0% for my path to MSTest which said it should be detected automatically, then added the reference to my test project library.
What steps am I missing? Do I have to copy over the MSTest executable to some directory? TeamCity's installation documents do not mention any other steps that need to be taken to get this working properly.