einaregilsson / StopOnFirstBuildError

Visual Studio extension to stop solution build immediately after a projects fails to build.
http://einaregilsson.com/stop-build-on-first-error-in-visual-studio-2010/
51 stars 17 forks source link

Enable the "stop on build" functionality by default for new installat… #8

Closed matthewpwatkins closed 8 years ago

matthewpwatkins commented 8 years ago

A few folks at my office were surprised when we installed this and it didn't work. Then we found that (in VS 2015 at least) the feature is disabled by default. Setting the flag to true on object construction seems to fix it.

einaregilsson commented 8 years ago

Thanks. Not sure when I'll put out a new release though, probably only if I add more stuff to the extension.