Hey all,
I've recently installed VS 2010 Ultimate, and decided to move a project to TeamCity, The project contains a few *.dlls with unit tests inside.
In VS 2008 the setup procedure, at the build runner stage, would consist of :
- Setting the path to the *.sln file
- Setting the VS version (2008)
- Setting the target(s) such as : "Clean Build"
- Setting the configuration such as : "Debug"
- Setting the platform sucha as : "any cpu"
- Checking the "Enable MSTest tests" checkbox
- Setting the path to MSTest.exe (pickable from the list of shortcuts)
- Listing the assembly files : (1st one beging the dll called : Microsoft.VisualStudio.QualityTools.MSBuildTasks.dll)
- Picking the MSTest *.trx test results file
In VS2010 the forementioned dll file is gone, and I'm unable to setup the MSTests, does anyone have a recipe how to do that?
edit : replaced config file with the *.trx file line