Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i stop visual studio 2017 from building on save

I am unsure what has happened, but i restarted my VS2017 Enterprise and it has been building the entire solution each time i save. I have tried going into Tools > Options but i cannot figure out where the option to disable this is. I also have ReSharper installed. Not sure if that is the issue.

like image 545
eagercoder Avatar asked May 04 '18 21:05

eagercoder


People also ask

How do I stop a build code in Visual Studio?

If you want to cancel build, you can go to “Build-Cancel Build”, or press “Ctrl + Back” to cancel the build.

How do you exclude a project from a building?

On the menu bar, choose Build > Configuration Manager. In the Project contexts table, locate the project you want to exclude from the build. In the Build column for the project, clear the check box. Choose the Close button, and then rebuild the solution.


1 Answers

I think you have Continuous Testing enabled via ReSharper. In particular, it is configured to On 'Save' Build and...

To disable it, go to the menu option ReSharper->Unit Tests->Continuous Testing

enter image description here

And then select the option you desire from the Mode drop down on the popup window toolbar

enter image description here

like image 105
JayV Avatar answered Oct 24 '22 23:10

JayV