AppPackagerAliases.

AppBundle(ICakeContext, FilePath, DirectoryPath) Method

Summary

Create an application bundle using the specificed output name, content.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager
Containing Type
AppPackagerAliases

Syntax

public static void AppBundle(this ICakeContext context, FilePath outputBundle, DirectoryPath contentDirectory)

Examples

AppBundle("test.appxbundle", "bundle-content"); 

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
outputBundle FilePath The name of the output bundle.
contentDirectory DirectoryPath Directory for the content to be bundled.

Return Value

Type Description
void