AzureDevOpsBuild.

Parameters Property

Summary

Gets the parameters passed to the build. Returns an empty dictionary if no build could be found and ThrowExceptionIfBuildCouldNotBeFound is set to false.

Syntax

public IDictionary<string, string> Parameters { get; }

Value

Type Description
IDictionary<string, string>