Skip to content

Commit 9fb4588

Browse files
Merge pull request #6049 from MicrosoftDocs/github-actions-note-update
Update GitHub actions documentation with note on support
2 parents 72f2c94 + cb67ec5 commit 9fb4588

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

hub/apps/publish/msstore-dev-cli/github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ ms.date: 11/12/2025
77

88
# Publishing app updates to Microsoft Store with GitHub Actions
99

10+
> [!NOTE]
11+
> App update operations through GitHub actions is currently supported for free products only. Paid products will be supported in a future release.
12+
1013
GitHub Actions enables you to implement a robust CI/CD pipeline for your Microsoft Store apps. By automating build, test, and deployment steps directly from your code repository, you ensure that every change, whether it’s a bug fix, feature update, or metadata change, is validated and securely published to the Microsoft Store.
1114

1215
To understand how to set up pre-requisites for the app update process, check out the following video:

hub/apps/publish/msstore-dev-cli/overview-exe.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ms.localizationpriority: medium
88

99
# Microsoft Store Developer CLI (MSI/EXE)
1010

11-
Note: This page covers MSI/EXE app publishing using Microsoft Store Developer CLI. For information on MSIX app publishing using Microsoft Store Developer CLI, click [here.](./overview.md)
11+
> [!NOTE]
12+
> This page covers MSI/EXE app publishing using Microsoft Store Developer CLI. For information on MSIX app publishing using Microsoft Store Developer CLI, click [here.](./overview.md)
1213
1314
The Microsoft Store Command Line Interface is a cross-platform (Windows, macOS, Linux) CLI that helps developers publish their applications to the Microsoft Store. It allows developers to locally configure their applications projects to publish to the Microsoft Store, as well as actually publish their applications' packages to the Microsoft Store, automatically calling the right [Partner Center APIs](/partner-center/develop/partner-center-rest-api-reference) to upload its packages.
1415

@@ -42,6 +43,9 @@ msstore
4243
4344
Running in CI environments is also supported, and the Microsoft Store Developer CLI (preview) can be used in your CI/CD pipelines to, for example, automatically publish your applications to the Microsoft Store. More instructions on how to do this can be found [here](./commands.md#cicd-environments).
4445

46+
> [!NOTE]
47+
> App update operations through Microsoft Store Developer CLI is currently supported for free products only. Paid products will be supported in a future release.
48+
4549
## Commands
4650

4751
These are the Microsoft Store Developer CLI available commands:

hub/apps/publish/msstore-dev-cli/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ms.localizationpriority: medium
88

99
# Microsoft Store Developer CLI (MSIX)
1010

11-
Note: This page covers MSIX app publishing using Microsoft Store Developer CLI. For information on MSI/EXE app publishing using Microsoft Store Developer CLI, click [here.](./overview-exe.md)
11+
> [!NOTE]
12+
> This page covers MSIX app publishing using Microsoft Store Developer CLI. For information on MSI/EXE app publishing using Microsoft Store Developer CLI, click [here.](./overview-exe.md)
1213
1314
The Microsoft Store Command Line Interface is a cross-platform (Windows, macOS, Linux) CLI that helps developers publish their applications to the Microsoft Store. It allows developers to locally configure their applications projects to publish to the Microsoft Store, as well as actually publish their applications' packages to the Microsoft Store, automatically calling the right [Partner Center APIs](/partner-center/develop/partner-center-rest-api-reference) to upload its packages.
1415

@@ -42,6 +43,9 @@ msstore
4243
4344
Running in CI environments is also supported, and the Microsoft Store Developer CLI (preview) can be used in your CI/CD pipelines to, for example, automatically publish your applications to the Microsoft Store. More instructions on how to do this can be found [here](./commands.md#cicd-environments).
4445

46+
> [!NOTE]
47+
> App update operations through Microsoft Store Developer CLI is currently supported for free products only. Paid products will be supported in a future release.
48+
4549
## Commands
4650

4751
These are the Microsoft Store Developer CLI available commands:

0 commit comments

Comments
 (0)