Class Types
Class | Summary |
---|---|
PublishMode | The publish mode of a submission. |
Windows |
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.
|
Windows |
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. |
Windows |
Contains settings used by Cake.WindowsAppStore.Internal.WindowsStoreClient
For a detailed information look at the official API Documentation |
Windows |