CommandTaskRunner
CommandTaskRunner copied to clipboard
Task Exit code <> 0 on pre-Build doesn't fail the build.
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