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.Mage.
Summary
Signs an application or deployment.
Syntax
public static void MageSign(this ICakeContext context, SignSettings settings)
Examples
MageSign(new SignSettings("./dist/WindowsFormsApplication1.application") {
CertFile = ".\\example.com.pfx",
Password = "password"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
SignSettings |
The settings. |
Return Value