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 input name, location to unbundle, and settings.
Syntax
public static void AppUnbundle(this ICakeContext context, FilePath inputBundle, DirectoryPath outputDirectory, AppPackagerSettings settings)
Examples
AppUnbundle("test.appxbundle", "bundle-content", new AppPackagerSettings { OverwriteOutput = true });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
inputBundle |
FilePath |
Bundle to be unbundled. |
outputDirectory |
DirectoryPath |
Location to unbundle. |
settings |
AppPackagerSettings |
The settings |
Return Value