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)
Examples
AppPack("test.appx", "AppXManfist.xml");
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. |
Return Value