InstallSettingsExtensions.

WithArguments(InstallSettings, Action<ProcessArgumentBuilder>) Method

Summary

Sets the arguments to use during installation
Assembly
Cake.Services.dll
Namespace
Cake.Services
Containing Type
InstallSettingsExtensions

Syntax

public static InstallSettings WithArguments(this InstallSettings settings, Action<ProcessArgumentBuilder> arguments)

Parameters

Name Type Description
settings InstallSettings The installation settings.
arguments Action<ProcessArgumentBuilder> The arguments to append.

Return Value

Type Description
InstallSettings The same InstallSettings instance so that multiple calls can be chained.