I'm just trying to execute the MSTest project after my build, but for some reason I have unsatisfied requirements that contain the state system.MSTest.10.0 for my project.
All I did was add the build step, the selected Runner MSTest type, the selected% system.MSTest.10.0% for my path to MSTest, which said it should be detected automatically, and then added a link to my test project library.
What steps am I missing? Should I copy over the MSTest executable to a directory? The TeamCity installation documents do not mention other steps that must be taken to work properly.
source
share