Edit

Share via


Share packages publicly with public feeds

Azure DevOps Services

Azure Artifacts provides an easy way to share packages with users outside your organization, including external customers, by using public feeds. Packages stored in public feeds can be accessed and installed by anyone on the internet without requiring an Azure DevOps account.

Prerequisites

Product Requirements
Azure DevOps - An Azure DevOps organization.
- An Azure DevOps project.

Note

Public feeds are only available in Azure DevOps Services.

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.

  3. Enter a Name for your feed, select Project: PublicProject (Recommended) for its scope, and then select Create.

    A screenshot displaying how to create a new public feed.

Share packages

To share your packages publicly, you can simply share your feed URL, for example: https://dev.azure.com/<ORGANIZATION_NAME>/<PROJECT-NAME>/_artifacts/feed/<FEED_NAME> or share individual packages using package badges. As long as your project remains public, anyone can access and download packages from your public feed without requiring an Azure DevOps account.

A screenshot displaying a package in a public feed.

Note

You must be a Feed Administrator to enable package badges. See Manage permissions for more details.

Publish packages (CLI)

Package Type Articles
NuGet - Publish NuGet packages - (NuGet.exe)
- Publish NuGet packages - (dotnet)
Npm - Publish npm packages
Maven - Publish Maven Artifacts
Gradle - Publish Artifacts using Gradle
Python - Publish Python packages
Cargo - Publish Cargo packages
Universal Packages - Publish Universal Packages

Publish packages with Azure Pipelines

Package Type Articles
NuGet - Publish NuGet packages
Npm - Publish npm packages
Maven - Publish Maven Artifacts
Gradle - Publish Artifacts with Gradle
Python - Publish Python packages
Cargo - Publish Cargo packages (YAML/Classic)
Universal Packages - Publish Universal Packages

Note

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