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.WindowsAppStore.
Summary
Contains functionality related to Windows Apps Store.
It allows you to upload an app package to HockeyApp with just one line of code. In order to use the exposed commands you have to add the following line at top of your build.cake file.
#addin Cake.WindowsAppStore
- Assembly
- Cake
.WindowsAppStore .dll - Namespace
- Cake
.WindowsAppStore - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["WindowsAppStoreAliases"]
class Type type-node
Syntax
public static class WindowsAppStoreAliases
Attributes
Type | Description |
---|---|
Cake |
Fields
Name | Constant Value | Summary |
---|---|---|
ClientId | WINDOWSAPPSTORE_CLIENT_ID |
static
|
ClientSecret | WINDOWSAPPSTORE_CLIENT_SECRET |
static
|
TenantId | WINDOWSAPPSTORE_TENANT_ID |
static
|
Methods
Name | Value | Summary |
---|---|---|
Create |
Windows |
Creates a new submission based on the last submission with the new appx bundle.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|