Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.86 KB

File metadata and controls

43 lines (26 loc) · 1.86 KB
ms.topic include
ms.service azure-devops-artifacts
ms.manager mijacobs
ms.author rabououn
author ramiMSFT
ms.date 03/15/2024

::: moniker range="azure-devops"

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

  2. Select Artifacts, and then select Create Feed.

  3. Provide a Name for your feed, choose the Visibility option that defines who can view your packages, check Include packages from common public sources if you want to include packages from sources like nuget.org or npmjs.com, and for Scope, decide whether the feed should be scoped to your project or the entire organization.

  4. Select Create when you're done.

    :::image type="content" source="../media/create-new-feed-azure-devops.png" alt-text="Screenshot that shows selections for creating a new feed in Azure DevOps Services.":::

::: moniker-end

::: moniker range="=azure-devops-2022"

  1. Sign in to your Azure DevOps server, and then go to your project.

  2. Select Artifacts, and then select Create Feed.

  3. Provide a Name for your feed, choose the Visibility option that defines who can view your packages, check Include packages from common public sources if you want to include packages from sources like nuget.org or npmjs.com, and for Scope, decide whether the feed should be scoped to your project or the entire organization.

::: moniker-end

::: moniker range="azure-devops-2022"

  1. Select Create when you're done.

    :::image type="content" source="../media/create-new-feed-server-2022.png" alt-text="Screenshot that shows selections for creating a new feed in Azure DevOps 2022.":::

::: moniker-end

Note

By default, the Build Service for the project (for example: projectName Build Service (orgName)) is assigned the Feed and Upstream Reader (Collaborator) role when a new feed is created.