I'm using Visual Studio 2010 along with Resharper 5.1.
Is it possible to run all unit tests in a specified (or all) project(s) on each build? That would be awsome.
Thanks
I'm using Visual Studio 2010 along with Resharper 5.1.
Is it possible to run all unit tests in a specified (or all) project(s) on each build? That would be awsome.
Thanks
No, that's not what R# is for. It helps you in writing source code and boosts your productivity in many ways, but it's not a build tool.
To do what you have in mind, you need to modify your project files (which are actually MSBuild scripts).
Thomas