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
Contains functionality related to create app packages using MakeAppx.exe.
In order to use the commands for this alias, App packager (MakeAppx) will need to be installed on the machine where the Cake script is being executed. This is typically achieved by installing the correct Windows SDK.
- Assembly
- Cake
.AppPackager .dll - Namespace
- Cake
.AppPackager - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["AppPackagerAliases"]
class Type type-node
Syntax
public static class AppPackagerAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
AppBundle |
void |
Create an application bundle using the specificed output name, content, and settings.
static
|
AppBundle |
void |
Create an application bundle using the specificed output name, content.
static
|
AppBundle |
void |
Create an application bundle using the specificed output name, content, AppxManifest, and settings.
static
|
AppBundle |
void |
Create an application bundle using the specificed output name, content, and AppxManifest.
static
|
AppDecrypter |
void |
Creates an decrypted app package from the specified input app package at the specified output package using global test key.
static
|
AppDecrypter |
void |
Creates an decrypted app package from the specified input app package at the specified output package.
static
|
AppDecrypter |
void |
Creates an decrypted app package from the specified input app package at the specified output package.
static
|
AppDecrypter |
void |
Creates an decrypted app package from the specified input app package at the specified output package using global test key.
static
|
AppEncrypter |
void |
Creates an encrypted app package from the specified input app package at the specified output package using global test key.
static
|
AppEncrypter |
void |
Creates an encrypted app package from the specified input app package at the specified output package.
static
|
AppEncrypter |
void |
Creates an encrypted app package from the specified input app package at the specified output package.
static
|
AppEncrypter |
void |
Creates an encrypted app package from the specified input app package at the specified output package using global test key.
static
|
AppPack |
void |
Create an application package using the specificed output name, content, and setttings.
static
|
AppPack |
void |
Create an application package using the specificed output name, content, and setttings.
static
|
AppPack |
void |
Create an application package using the specificed output name, AppxManifest, and setttings.
static
|
AppPack |
void |
Create an application package using the specificed output name, AppxManifest, and setttings.
static
|
AppUnbundle |
void |
Create an application bundle using the specificed input name, location to unbundle, and settings.
static
|
AppUnbundle |
void |
Create an application bundle using the specificed input name and location to unbundle.
static
|
AppUnpack |
void |
The App Packager unpacker used to unpack applications.
static
|
AppUnpack |
void |
The App Packager unpacker used to unpack applications.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|