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.
Namespace
Cake.AzureDevOps.Pipelines
Containing Type
AzureDevOpsBuild

Syntax

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

Value

Type Description
IDictionary<string, string>
GitHub
Discussions