AppBundler.

Bundle(FilePath, FilePath, AppPackagerSettings) Method

Summary

Create an application package using the specificed output name, mapping file, and setttings.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Bundle
Containing Type
AppBundler

Syntax

public void Bundle(FilePath outputBundle, FilePath mappingFile, AppPackagerSettings settings)

Parameters

Name Type Description
outputBundle FilePath Output name of the application package.
mappingFile FilePath Mapping file to be used.
settings AppPackagerSettings The settings.

Return Value

Type Description
void