AppPackagerAliases.

AppUnbundle(ICakeContext, FilePath, DirectoryPath, AppPackagerSettings) Method

Summary

Create an application bundle using the specificed input name, location to unbundle, and settings.
Assembly
Cake.AppPackager.dll
Namespace
Cake.AppPackager
Containing Type
AppPackagerAliases

Syntax

public static void AppUnbundle(this ICakeContext context, FilePath inputBundle, DirectoryPath outputDirectory, AppPackagerSettings settings)

Examples

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

Attributes

Type Description
CakeMethodAliasAttribute
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Parameters

Name Type Description
context ICakeContext The context.
inputBundle FilePath Bundle to be unbundled.
outputDirectory DirectoryPath Location to unbundle.
settings AppPackagerSettings The settings

Return Value

Type Description
void