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 and location to unbundle.
Syntax
public static void AppUnbundle(this ICakeContext context, FilePath inputBundle, DirectoryPath outputDirectory)
Examples
AppUnbundle("test.appxbundle", "bundle-content");
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. |
Return Value