I'm trying to create an update for my application using the msstore-cli. The application is a MAUI project for Windows desktops. I've successfully configured the CLI; I can list all my apps, view open submissions, and so on.
To create a new app version, I run the following commands:
msstore package -ver 1.1.1.1
msstore publish -i .\AppPackages\XXXXX_1.1.1.1_X64_Test\ -id XXXXXXXXXXXX -nc
Both commands run successfully, but when I check the newly created submission in the Microsoft Partner Center, everything is marked as "unchanged" and no new package is published.
I ran the msstore publish command with the -v flag, and after the Ok! Found the app! AppId: XXXX log, the following message appears: info: MSStore.CLI.ProjectConfigurators.MauiProjectConfigurator[0] Trying to publish these 0 files:.
What am I doing wrong here? The MSIX file I want to publish exists in the folder, and if I manually upload the file in the Microsoft Partner Center, it uploads and validates successfully.
I'm trying to create an update for my application using the msstore-cli. The application is a MAUI project for Windows desktops. I've successfully configured the CLI; I can list all my apps, view open submissions, and so on.
To create a new app version, I run the following commands:
Both commands run successfully, but when I check the newly created submission in the Microsoft Partner Center, everything is marked as "unchanged" and no new package is published.
I ran the msstore publish command with the -v flag, and after the
Ok! Found the app! AppId: XXXXlog, the following message appears:info: MSStore.CLI.ProjectConfigurators.MauiProjectConfigurator[0] Trying to publish these 0 files:.What am I doing wrong here? The MSIX file I want to publish exists in the folder, and if I manually upload the file in the Microsoft Partner Center, it uploads and validates successfully.