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 package using the specificed output name, mapping file, and setttings.
- Assembly
- Cake
.AppPackager .dll - Namespace
- Cake
.AppPackager .Pack - Containing Type
- AppPacker
Syntax
public void Pack(FilePath outputPackage, FilePath mappingFile, AppPackagerSettings settings)
Parameters
Name | Type | Description |
---|---|---|
outputPackage | FilePath | Output name of the application package. |
mappingFile | FilePath | Mapping file to be used. |
settings | AppPackagerSettings | The settings. |
Return Value
Type | Description |
---|---|
void |