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.StrongNameSigner.
Summary
Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings..
- Assembly
- Cake
.StrongNameSigner .dll - Namespace
- Cake
.StrongNameSigner - Containing Type
- Strong
Name Signer Aliases
Syntax
public static void StrongNameSigner(this ICakeContext context, StrongNameSignerSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The Cake context. |
settings | Strong |
The settings to pass to the tool as arguments. |
Return Value
Type | Description |
---|---|
void |