Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.07 KB

create-feed.md

File metadata and controls

51 lines (30 loc) · 2.07 KB
ms.topic ms.service ms.manager ms.author author ms.date
include
azure-devops-artifacts
mijacobs
rabououn
ramiMSFT
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 || azure-devops-2020"

  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

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

  1. Select Create when you're done.

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

::: moniker-end

Note

By default, newly created feeds have their project's Build Service value set to Feed and Upstream Reader (Collaborator).