FAKE - F# Make


SignHelper

Contains a task which allows to sign assemblies.

Functions and values

Function or valueDescription
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.

Fork me on GitHub