BuildValidationResults
Retrieves the list of results of validating the build request.
Table Specific Information
Select
The component uses the Azure DevOps API to process WHERE clause conditions built with the following columns and operators:
- ProjectId supports the '=' operator.
- BuildId supports the '=' operator.
NOTE:The table automatically slices on the BuildId. Specifying this filter can improve performance.
For example:
SELECT * FROM BuildValidationResults WHERE ProjectId = '837ccd31-8159-4db3-b8ce-de0c36d2a0bf' AND BuildId = 6
Columns
| Name | Type | References | Description |
| ProjectId | String | Id of the project. | |
| BuildId | Integer |
Builds.Id | Id of the build. |
| Message | String | The message associated with this result. | |
| Result | String | The validation result. |