This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Topshelf.
Summary
Sets the arguments to use during installation
- Assembly
- Cake
.Topshelf .dll - Namespace
- Cake
.Topshelf - Containing Type
- Topshelf
Settings Extensions
Syntax
public static TopshelfSettings WithArguments(this TopshelfSettings settings, Action<ProcessArgumentBuilder> arguments)
Parameters
Name | Type | Description |
---|---|---|
settings | TopshelfSettings | The installation settings. |
arguments | Action |
The arguments to append. |
Return Value
Type | Description |
---|---|
TopshelfSettings | The same TopshelfSettings instance so that multiple calls can be chained. |