AzureDevOpsBuild.

Status Property

Summary

Gets the status of the build. Returns 0 if no build could be found and ThrowExceptionIfBuildCouldNotBeFound is set to false.
Namespace
Cake.AzureDevOps.Pipelines
Containing Type
AzureDevOpsBuild

Syntax

public AzureDevOpsBuildStatus? Status { get; }

Value

Type Description
AzureDevOpsBuildStatus?
GitHub
Discussions