Cake.WindowsAppStore addin
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.
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
Deployment
Create Alias from Cake.WindowsAppStore addin |
Creates a new submission based on the last submission with the new appx bundle. |