TopshelfSettingsExtensions.

WithArguments(TopshelfSettings, Action<ProcessArgumentBuilder>) Method

Summary

Sets the arguments to use during installation
Assembly
Cake.Topshelf.dll
Namespace
Cake.Topshelf
Containing Type
TopshelfSettingsExtensions

Syntax

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

Parameters

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

Return Value

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