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.StrongNameTool.
Summary
Run the specified command on files specified by assemblyPath and the settings.
- Assembly
- cake
.strongnametool .dll - Namespace
- Cake
.StrongNameTool - Containing Type
- StrongNameToolRunner
Syntax
public void Run(string command, FilePath assemblyPath, StrongNameToolSettings settings)
Parameters
Name | Type | Description |
---|---|---|
command | string | The command, verify or resign |
assemblyPath | FilePath | The assembly path. |
settings | Strong |
The settings. |
Return Value
Type | Description |
---|---|
void |