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 sn.exe specifically for the create command, passing in the name of the file to create.
- Assembly
- cake
.strongnametool .dll - Namespace
- Cake
.StrongNameTool - Containing Type
- StrongNameToolRunner
Syntax
public void Run(FilePath strongNameKeyFilePath)
Parameters
Name | Type | Description |
---|---|---|
strongNameKeyFilePath | FilePath | The path of the key that should be created. |
Return Value
Type | Description |
---|---|
void |