microsoft / msstore-cli

Microsoft Store CLI
MIT License
80 stars 8 forks source link

Make MSStore Developer CLI installation easier on CI/CD environments. #9

Closed azchohfi closed 1 year ago

azchohfi commented 1 year ago

There is no simple way of installing the Microsoft Store Developer CLI in Azure DevOps or GitHub Actions. We need to provide either a native GH Action and extension to install it, or at least scripts to help with this.

azchohfi commented 1 year ago

Solved #10, which is the 1st step for this issue. I'm building a github action/script to setup msstore which will download the zip/tar.gz bundles, extract, and add to path.

azchohfi commented 1 year ago

Solved for GitHub Actions. Still need to work on a more generic solution (powershell script maybe?).

https://github.com/microsoft/setup-msstore-cli

azchohfi commented 1 year ago

Just published the ADO extension: https://marketplace.visualstudio.com/items?itemName=ms-aps-msstorecli.microsoft-store-developer-cli-task