This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppPackager.
Summary
Create an application package using the specificed output name, AppxManifest, and setttings.
Syntax
public static void AppPack(this ICakeContext context, FilePath outputPackage, FilePath mappingFile, AppPackagerSettings settings)
Examples
AppPack("test.appx", "AppXManfist.xml", new AppPackagerSettings { OverwriteOutput = true });
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
CakeNamespaceImportAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
outputPackage |
FilePath |
Output name of the application package. |
mappingFile |
FilePath |
A a valid package manifest, AppxManifest.xml. |
settings |
AppPackagerSettings |
The settings. |
Return Value