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
Creates a new deployment manifest.
Syntax
public static void MageNewDeployment(this ICakeContext context, NewDeploymentSettings settings)
Examples
MageNewApplication(new NewApplicationSettings{
ToFile = "WindowsFormsApplication1.exe.manifest",
Name = "Windows Form Application",
Version = "1.0.0.0",
FromDirectory = "./WindowsFormsApplication1/bin/Release"
});
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Return Value