SignHelper
Contains a task which allows to sign assemblies.
Functions and values
Function or value | Description |
SignTool (...)
Signature: toolsPath:string -> certFile:string -> passFile:string -> filesToSign:seq<string> -> unit
|
Signs all files in filesToSign with the certification file certFile,
protected with the password in the file passFile.
The signtool will be search in the toolPath.
|