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, AppxManifest, and settings.
Syntax
public static void AppBundle(this ICakeContext context, FilePath outputBundle, FilePath mappingFile, AppPackagerSettings settings)
Examples
AppBundle("test.appxbundle", "bundle-content", "AppXManfist.xml", new AppPackagerSettings { OverwriteOutput = true });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
outputBundle |
FilePath |
The name of the output bundle. |
mappingFile |
FilePath |
|
settings |
AppPackagerSettings |
The settings. |
Return Value