Summary
Signs the specified assemblies.
- Namespace
- Cake
.Common .Tools .SignTool - Containing Type
- SignToolSignRunner
Syntax
public void Run(IEnumerable<FilePath> assemblyPaths, SignToolSignSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblyPaths | IEnumerable |
The assembly paths. |
| settings | SignToolSignSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
