AppPackagerAliases.

AppUnbundle(ICakeContext, FilePath, DirectoryPath) Method

Summary

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

Syntax

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

Examples

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

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.

Return Value

Type Description
void