AppPacker.

Pack(FilePath, DirectoryPath, AppPackagerSettings) Method

Summary

Create an application package using the specificed output name, content, and setttings.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager.Pack
Containing Type
AppPacker

Syntax

public void Pack(FilePath outputPackage, DirectoryPath contentDirectory, AppPackagerSettings settings)

Parameters

Name Type Description
outputPackage FilePath Output name of the application package.
contentDirectory DirectoryPath Directory for the content to be pack.
settings AppPackagerSettings The settings.

Return Value

Type Description
void