Cake.WindowsAppStore

WindowsAppStore Addin for Cake Build Automation System.

#addin nuget:?package=Cake.WindowsAppStore&version=2.0.0

dotnet add package Cake.WindowsAppStore --version 2.0.0

<PackageReference Include="Cake.WindowsAppStore" Version="2.0.0" />

Aliases

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

CreateWindowsStoreAppSubmission(FilePath, WindowsStoreAppSubmissionSettings) Creates a new submission based on the last submission with the new appx bundle.