'Share APK via Azure DevOps public link

I have setup Azure DevOps CI/CD in my project. I want to share APK artifact to someone else via public link. Via artifact link, it requires credentials. Anyone has any thoughts on this?



Solution 1:[1]

You can create a public feed by going to the Artifacts tab in a public project and clicking + New Public Feed near the top of the UI. All packages stored in the public feed can be accessed by anyone by following the steps in the Connect to feed dialog. Anonymous access is read-only, and users still need to the correct permissions in order to push new packages to public feeds.

enter image description here

Note: The first 2 GB of public packages are free, just like with private Azure Artifacts feeds.

To learn more about public feeds, check out our feeds documentation, or if you want to dive in, go straight to our tutorial on sharing packages publicly.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 UtkarshPal-MT