A few questions regarding this recipe:
1. Does this imply that I don't need to specify a TestContainer element in my TFSBuild.proj file? (http://blogs.msdn.com/buckh/archive/2007/07/05/how-to-enable-code-coverage-without-a-test-list.aspx)
2. What about code coverage? Should I still use the RunConfigFile element (see same link above)? If so, where does this go?
3. Another Code Coverage question (maybe create another recipe?): What if I'm building many solutions in one Build Definition and I want a different RunConfigFile (.testrunconfig) per Solution. Can this be accomplished?
Thanks for the great wiki!
--Tony