AppPackagerAliases.

AppBundle(ICakeContext, FilePath, FilePath) Method

Summary

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

Syntax

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

Examples

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

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
outputBundle FilePath The name of the output bundle.
mappingFile FilePath

Return Value

Type Description
void