AppPackagerAliases.

AppBundle(ICakeContext, FilePath, FilePath, AppPackagerSettings) Method

Summary

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

Syntax

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

Examples

AppBundle("test.appxbundle", "bundle-content", "AppXManfist.xml", new AppPackagerSettings { OverwriteOutput = true }); 

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

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

Return Value

Type Description
void