Cake.StrongNameSigner

Cake.StrongNameSigner is an Addin for Cake which allows the execution of the StrongNameSigner.Console.exe.

#addin nuget:?package=Cake.StrongNameSigner&version=0.2.0

dotnet add package Cake.StrongNameSigner --version 0.2.0

<PackageReference Include="Cake.StrongNameSigner" Version="0.2.0" />

Aliases

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(StrongNameSignerSettings) Executes StrongNameSigner.Console.exe on a collection of assemblies using the specified settings..