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.AppPackager.
Summary
Create an application bundle using the specificed output name, content.
Syntax
public static void AppBundle(this ICakeContext context, FilePath outputBundle, DirectoryPath contentDirectory)
Examples
AppBundle("test.appxbundle", "bundle-content");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
outputBundle |
FilePath |
The name of the output bundle. |
contentDirectory |
DirectoryPath |
Directory for the content to be bundled. |
Return Value