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.
Summary
Creates a new submission based on the last submission with the new appx bundle.
Syntax
public static WindowsStoreAppSubmissionResult CreateWindowsStoreAppSubmission(this ICakeContext context, FilePath file, WindowsStoreAppSubmissionSettings settings)
Examples
CreateWindowsStoreAppSubmission( pathToYourPackageFile, new WindowsStoreAppSubmissionSettings
{
AppId = appId,
Version = "1.0.160901.1",
ShortVersion = "1.0-beta2",
Notes = "Uploaded via continuous integration."
});
Do not checkin the HockeyApp API Token into your source control.
Either use HockeyAppUploadSettings.ApiToken or set the WINDOWSAPPSTORE_CLIENT_ID and WINDOWSAPPSTORE_CLIENT_SECRET environment variables.
Attributes
| Type |
Description |
| CakeAliasCategoryAttribute |
|
| CakeMethodAliasAttribute |
|
Parameters
Return Value