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
Unpacks an application package with the same structure as installed package.
- Assembly
- Cake
.AppPackager .dll - Namespace
- Cake
.AppPackager .Unpack - Containing Type
- AppUnpacker
Syntax
public void Unpack(FilePath inputPackage, DirectoryPath outputDirectory, AppPackagerSettings settings)
Parameters
Name | Type | Description |
---|---|---|
inputPackage | FilePath | Application package to unpack. |
outputDirectory | DirectoryPath | Output directory to unpack the application. |
settings | AppPackagerSettings | The settings. |
Return Value
Type | Description |
---|---|
void |