MicrosoftDocs / msix-docs

repository for msix content
Creative Commons Attribution 4.0 International
60 stars 114 forks source link

Users can't download our app anymore. No updates gets out. How can we get notified when u make these breaking changes? #284

Open StanleyBroo opened 2 years ago

StanleyBroo commented 2 years ago

[Enter feedback here]


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

yunusderici commented 2 years ago

It's been more than a month that this question posted on here. Is there no answer? I'm new to msxi and trying to update my program with packages automatically when it starts but can't get it to work no matter what I do. I just want to know if the cause is due to removal of 'ms-appinstaller:?source=' code? If it is, when can you guys fix the vulnerability? @anarvekar-msft

I can download the app when I remove 'ms-appinstaller:?source=' from index.html, but can this effect auto updates? @StanleyBroo

wbokkers commented 2 years ago

@yunusderici Removing ms-appinstaller:?source= does not effect auto updates.

wewerak47 commented 2 years ago

What about CI/CD pipeline? I did not know about this change and now I have non-working big blue button with "Get the App" text on it. Will you update how msbuild generate the index.html? Or do I have to make new task to our pipeline to remove the URL prefix? What are the plans?