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 didn’t make any changes before running the unit tests?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open the
Tools->Options...menu item, expand theProjects and Solutionsnode, click onBuild and Run, and in theOn Run, ...dropdown, selectNever Build.