Signing aliases

Built-In

Contains functionality related to signing assemblies with PFX certificates using SignTool.

In order to use the commands for this alias, SignTool will need to be installed on the machine where the Cake script is being executed. This is typically achieved by installing the correct Windows SDK.

General

Sign(FilePath, SignToolSignSettings) Signs the specified assembly.
Sign(IEnumerable<FilePath>, SignToolSignSettings) Signs the specified assemblies.
Sign(IEnumerable<string>, SignToolSignSettings) Signs the specified assemblies.
Sign(string, SignToolSignSettings) Signs the specified assembly.