ArgumentExtensions.

GlobalArguments(ICakeContext) Method

Summary

Global Arguments properties this property contains all the arguments defined using ArgumentOrEnvironmentVariable

Syntax

public static Dictionary<string, ArgumentValue> GlobalArguments(this ICakeContext context)

Attributes

Type Description
CakePropertyAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context

Return Value

Type Description
Dictionary<string, ArgumentValue>