huserben / TfsExtensions

Extensions for TFS 2015+ such as custom Widgets (require TFS 2017) and Build Tasks
MIT License
44 stars 22 forks source link

Trigger Build Task Not Failing build stack if the triggered build fails #60

Closed Paul-Clewell closed 6 years ago

Paul-Clewell commented 6 years ago

We use Trigger Build Task in our build chain in order to build our automated test suite for TFS. When the build that builds our software triggers the test build using Trigger Build Task, the original build is not failed should the tests themselves fail.

The build is marked green, even if the tests are failing. Is this an issue with TBT?

Paul-Clewell commented 6 years ago

This is a non-issue. I have found the Advanced Settings. Sorry for jumping the gun on that.