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.VsixSignTool.
Summary
Invokes Sign with array of from arguments.
Syntax
public static void VsixSignToolSign(this ICakeContext context, VsixSignToolSignSettings settings, params FilePath[] files)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Cake context |
settings |
VsixSignToolSignSettings |
The sign settings. |
files |
FilePath[] |
Target vsix files |
Return Value