WindowsAppStoreAliases Class

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
CakeAliasCategoryAttribute

Fields

Name Constant Value Summary
ClientId WINDOWSAPPSTORE_CLIENT_ID
static
ClientSecret WINDOWSAPPSTORE_CLIENT_SECRET
static
TenantId WINDOWSAPPSTORE_TENANT_ID
static

Methods

Name Value Summary
CreateWindowsStoreAppSubmission(ICakeContext, FilePath, WindowsStoreAppSubmissionSettings) WindowsStoreAppSubmissionResult
Creates a new submission based on the last submission with the new appx bundle.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin