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
Runs command using given settings and files.
- Assembly
- Cake
.VsixSignTool .dll - Namespace
- Cake
.VsixSignTool - Containing Type
- VsixSignToolRunner
<TSettings>
Syntax
public void Run(string command, TSettings settings, string[] files)
Parameters
Name | Type | Description |
---|---|---|
command | string | Command to execute. |
settings | TSettings | |
files | string[] |
Return Value
Type | Description |
---|---|
void |