2

Can the build of a Visual Studio solution with many projects be aborted if a postbuild event for one project return some error code back to Visual Studio? How?

Johann Gerell
  • 24,991
  • 10
  • 72
  • 122

1 Answers1

4

I just found this: article exit 1 means postbuild event fails

Trying Tobemyself
  • 3,668
  • 3
  • 28
  • 43