Quick question about VS2013 settings - is there a way to disable the VSTEST Discovery engine from starting on/after build?
I've never had this process running as a child-process of VS2013 before, however I recently created a unit-test project in VS2013 for a demo and now in every solution I load (whether it has a unit-test project or not) the vstest.discoveryengine.x86.exe runs whenever I build a project.
Is there a way to switch it off? I've turned the "Test->Keep Test Execution Engine" option off in the test menu, even using a taskkill pre and post build event doesn't stop it running (it seems to respawn after a successful build, after the post-build event).
I could always delete or rename the file manually, but I'm wondering if anyone knows a setting or option in VS2013 to switch it off rather than actually going to the trouble of renaming/deleting a file which could potentially cause VS2013 updates to break...
Thanks in advance for a response!