Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop a build in Visual Studio?

Tags:

In Visual Studio, how do I stop a build?

The build must be stopped before the solution can be closed.

enter image description here

I found this article on MSDN http://msdn.microsoft.com/en-us/library/bb399140.aspx but it's about Team Fortress Server rather than Visual Studio

like image 996
Colonel Panic Avatar asked Sep 28 '12 15:09

Colonel Panic


People also ask

How do I stop a build in Visual Studio?

You can hit Ctrl + Break on the keyboard to cancel/stop a build that is currently in progress.

How do I stop build or code?

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

How do I stop the current publish operation in Visual Studio?

Hi, You can easily cancel the publish from Build menu-> Cancel. If you are deploying a web application, there is a web deploy window open at the bottom of Visual Studio. You can cancel the publish from.


1 Answers

In the main menu click Build -> Cancel

like image 77
Benjamin Danger Johnson Avatar answered Oct 15 '22 19:10

Benjamin Danger Johnson