Setup MSStore Developer CLI
This action sets up the MSStore Developer CLI on a runner. The MSStore Developer CLI is a command line interface that allows you to manage your Microsoft Store apps and in-app products.
Example:
name: MSStore CLI
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: microsoft/setup-msstore-cli@v1
- run: msstore reconfigure --tenantId ${{ secrets.MSSTORE_TENANT_ID }} --sellerId ${{ secrets.MSSTORE_SELLER_ID }} --clientId ${{ secrets.MSSTORE_CLIENT_ID }} --clientSecret ${{ secrets.MSSTORE_CLIENT_SECRET
- run: msstore apps list