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
Appends the specified secret text as a string-literal to the argument builder.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- Process
Argument List Extensions
Syntax
public static ProcessArgumentBuilder AppendStringLiteralSecret(this ProcessArgumentBuilder builder, string name, string text)
Parameters
Name | Type | Description |
---|---|---|
builder | Process |
The builder. |
name | string | The argument name. |
text | string | The secret text to be appended. |
Return Value
Type | Description |
---|---|
Process |