Cake.WindowsAppStore Namespace

Class Types

Class Summary
PublishMode The publish mode of a submission.
WindowsAppStoreAliases

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
WindowsStoreAppSubmissionResult Result returned after succesfull upload.

This class can slowly be expanded if needed by using the documentation at https://docs.microsoft.com/en-us/windows/uwp/monetize/create-an-app-submission.

WindowsStoreAppSubmissionSettings Contains settings used by Cake.WindowsAppStore.Internal.WindowsStoreClient

For a detailed information look at the official API Documentation

WindowsStoreSettingsBase