BaseCodeActivity Properties
From TFS Build Extensions
| TFS Build Extensions Help (v1.0.0.6) |
| BaseCodeActivity Properties |
| BaseCodeActivity Class See Also Send Feedback |
The BaseCodeActivity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| FailBuildOnError |
Set to true to fail the build if the activity logs any errors. Default is false
| |
| IgnoreExceptions |
Set to true to ignore any unhandled exceptions thrown by activities. Default is false
| |
| LogExceptionStack |
Set to true to log the entire stack in the event of an exception. Default is true
| |
| TreatWarningsAsErrors |
Set to true to fail the build if the activity logs any errors. Default is false
|