How not to build before executing unit tests in Visual Studio 2010

后端 未结 3 1334
长发绾君心
长发绾君心 2021-02-12 03:33

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

3条回答
  •  南方客
    南方客 (楼主)
    2021-02-12 04:21

    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.

提交回复
热议问题