Skip to content

microsoft/setup-msstore-cli

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

setup-msstore-cli status

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

About

A GitHub Action to facilitate configuring MSStoreCLI in the workflow PATH.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published