AzureDevOpsBuild.

GetWorkItems() Method

Summary

Gets the work items associated with a build.

Syntax

public IEnumerable<AzureDevOpsWorkItem> GetWorkItems()

Return Value

Type Description
IEnumerable<AzureDevOpsWorkItem> The work items associated with a build or an empty list if no build could be found and ThrowExceptionIfBuildCouldNotBeFound is set to false.