Abort a Build that was already initiated.
Abort a Build that was already initiated is a dream of mine. You start building your project in Visual Studio and as it starts you realize you need to update the code. If the build takes long time there is no way to abort the operation and continue with development.
1
vote
3 comments
-
This is currently categorized as an idea for Team Foundation Server. Ran, is this for Team Foundation Server builds or just the F5 build process in Visual Studio?
-
Ran
commented
-
jalf
commented
ctrl-break will abort it. :)
Isn't that what you mean?