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.Powershell.
Summary
Quotes and appends the specified secret text to the argument builder.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- Process
Argument List Extensions
Syntax
public static ProcessArgumentBuilder AppendQuotedSecret(this ProcessArgumentBuilder builder, string name, IProcessArgument argument, string format)
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
The builder. |
name | string | The argument name. |
argument | IProcessArgument | The secret argument to be appended. |
format | string | The format of the named argument. |
Return Value
Type | Description |
---|---|
Process |
The same ProcessArgumentBuilder instance so that multiple calls can be chained. |