StrongNameSignerAliases.

StrongNameSigner(ICakeContext, StrongNameSignerSettings) Method

Summary

Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings..

Syntax

public static void StrongNameSigner(this ICakeContext context, StrongNameSignerSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake context.
settings StrongNameSignerSettings The settings to pass to the tool as arguments.

Return Value

Type Description
void