Cake.StrongNameSigner addin
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.
Automatic strong-name signing of referenced assemblies. Aliases to strong-name sign .NET assemblies, including assemblies you do not have the source code for. More information.
In order to use the commands for this addin, you will need to have StrongNameSigner installed on the machine it is running on:
#tool nuget:?package=Brutal.Dev.StrongNameSigner
also you will need the following in your cake file:
#addin nuget:?package=Cake.StrongNameSigner
General
StrongNameSigner Alias from Cake.StrongNameSigner addin |
Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings.. |