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
The App Packager unpacker used to unpack applications.
Syntax
public static void AppUnpack(this ICakeContext context, FilePath inputPackage, DirectoryPath outputDirectory)
Examples
AppUnpack("test.appx", "unpacked-content");
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
inputPackage |
FilePath |
Package to unpack. |
outputDirectory |
DirectoryPath |
Location to unpack. |
Return Value