microsoft / msstore-cli

Microsoft Store CLI
MIT License
83 stars 9 forks source link

Update documentation w.r.t. publish command option 'pathorURL' #65

Open sanjacob opened 2 months ago

sanjacob commented 2 months ago

the documentation here states:

pathOrUrl The root directory path where the project file is, or a public URL that points to a PWA.

However, in my testing, the command failed unless I specifically pointed the argument to the .msixupload / .msix file.

sanjacob commented 2 months ago

I understand this is usually for directories which include an AppXManifest.xml. However, it would be nice to have this explicitly mentioned as a use case.