Skip to content

Latest commit

 

History

History
112 lines (63 loc) · 4.25 KB

share-packages-publicly.md

File metadata and controls

112 lines (63 loc) · 4.25 KB
title description ms.service ms.custom ms.date monikerRange
Share Packages publicly with public feeds
Use Azure Artifacts public feeds to share packages publicly.
azure-devops-artifacts
07/07/2023
azure-devops

Share packages publicly

[!INCLUDE version-eq-azure-devops]

Azure Artifacts provides an easy way to share packages to users outside your organization and even external customers using public feeds. Packages that are stored in public feeds can be restored and installed by anyone on the Internet.

Prerequisites

Create a public feed

Public feeds are project-scoped feeds in a public project. Public feeds inherit the visibility settings of the hosting project.

  1. Sign in to your Azure DevOps organization, and then navigate to your public project.

  2. Select Artifacts, and then select Create Feed.

    :::image type="content" source="../media/new-feed-devops.png" alt-text="A screenshot showing how to create a new feed.":::

  3. Give your feed a Name, select Project: PublicProject (Recommended) for its scope, and then select Create when you're done.

    :::image type="content" source="../media/new-public-feed.png" alt-text="A screenshot showing how to create a new public feed.":::

Publish packages

Note

If you want to publish NuGet packages, make sure you have the latest Azure Artifacts Credential Provider.

Publish packages (CLI)


Publish packages with Azure Pipelines


Note

If your organization is using a firewall or a proxy server, make sure you allow Azure Artifacts Domain URLs and IP addresses.

Share packages

To share your packages publicly, you can simply share your feed URL E.g. https://dev.azure.com/<ORGANIZATION_NAME>/<PROJECT-NAME>/_artifacts/feed/<FEED_NAME> or share individual packages with package badges.

As long as your project is kept public, anyone can view and download packages from your public feed. Anonymous users won't be able to create new feeds or access the recycle bin.

:::image type="content" source="../media/packages-public-feed.png" alt-text="A screenshot showing the content of a public feed.":::

Related articles