How to prevent automatic unit test execution in Visual Studio 2012? -


every time compile solution unit-tests start run in background see in test explorer.

is there configuration prevent vs doing that?

disable "run tests after build" setting:

run tests after build setting

source: http://tfs.visualstudio.com/en-us/learn/run-a-unit-test-after-build-in-vs.aspx


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -