CommandTaskRunner icon indicating copy to clipboard operation
CommandTaskRunner copied to clipboard

Task Exit code <> 0 on pre-Build doesn't fail the build.

Open kcbleeker opened this issue 8 years ago • 0 comments

Installed product versions

  • Visual Studio: 2015 Professional Update 3
  • This extension: 1.2.34

Description

Task failing when bound to pre-build should prevent the build succeeding.

Steps to recreate

Create a .bat that exits with code != 0, bind it to pre-build

Current behavior

Doesn't fail build job

Expected behavior

Should fail build job

kcbleeker avatar Jan 04 '17 06:01 kcbleeker