Whenever I run unit tests, Visual Studio builds to make dlls and exes even when I modified nothing in code.
How can I make so that Visual Studio doesn\'t build when I d
Open the Tools -> Options... menu item, expand the Projects and Solutions node, click on Build and Run, and in the On Run, ... dropdown, select Never Build.
Tools
Options...
Projects and Solutions
Build and Run
On Run, ...
Never Build