You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Artifacts enables developers to publish and download NuGet packages from sources such as feeds and public registries. With Azure Artifacts, you can create feeds that are either:
18
+
Azure Artifacts enables developers to publish and download NuGet packages from feeds or public registries. Feeds can be either private, allowing you to share packages with specific users, or public, making your packages accessible to anyone on the internet.
19
19
20
-
* Private, so you can share packages with your team and specific users.
21
-
* Public, so you can share packages openly with anyone on the internet.
22
-
23
-
In this quickstart, you learn how to:
24
-
25
-
> [!div class="checklist"]
26
-
>
27
-
> * Create a new feed.
28
-
> * Set up your project and connect to your feed.
29
-
> * Publish NuGet packages.
30
-
> * Download packages from your feed.
20
+
This article guides you through creating a feed, configuring your project, and publishing and downloading NuGet packages.
31
21
32
22
## Prerequisites
33
23
34
-
* Create an Azure DevOps [organization](../organizations/accounts/create-organization.md) and a [project](../organizations/projects/create-project.md#create-a-project) if you haven't already.
35
-
36
-
* Install the [latest NuGet version](https://www.nuget.org/downloads).
37
-
38
-
* Install the [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider#azure-artifacts-credential-provider).
24
+
|**Product**|**Requirements**|
25
+
|--------------------|--------------------|
26
+
|**Azure DevOps**| - An Azure DevOps [organization](../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../organizations/projects/create-project.md).<br> - Download and install the [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider).<br> - Install the [latest NuGet version](https://www.nuget.org/downloads). |
39
27
40
-
## <aname = "create-feed"></a> Create a feed
28
+
## Create a feed
41
29
42
30
[!INCLUDE [](includes/create-feed.md)]
43
31
@@ -49,13 +37,11 @@ In this quickstart, you learn how to:
49
37
50
38
1. Select **Artifacts**, and then select your feed from the dropdown menu.
51
39
52
-
1. Select **Connect to Feed**, and then select **NuGet.exe** from the left pane. If this is your first time using Azure Artifacts with *Nuget.exe*, ensure that you installed all the prerequisites.
40
+
1. Select **Connect to Feed**, and then select **NuGet.exe** from the left navigation pane. If this is your first time using Azure Artifacts with *Nuget.exe*, make sure you've installed the prerequisites.
53
41
54
-
:::image type="content" source="./media/connect-to-feed-azure-devops-newnav.png" alt-text="Screenshot that shows the button for connecting to a feed.":::
42
+
1. Follow the provided instructions under the **Project setup** section to set up your *nuget.config* file and connect to your Azure Artifacts feed.
55
43
56
-
1. Follow the instructions in the **Project setup** section to configure your *nuget.config* file and authenticate with Azure Artifacts.
57
-
58
-
:::image type="content" source="./media/project-setup.png" alt-text="Screenshot that shows onscreen instructions for setting up a project.":::
44
+
:::image type="content" source="./media/project-setup.png" alt-text="A screenshot displaying how to set up your project and connect to your feed in Azure DevOps Services.":::
59
45
60
46
::: moniker-end
61
47
@@ -65,42 +51,31 @@ In this quickstart, you learn how to:
65
51
66
52
1. Select **Artifacts**, and then select your feed from the dropdown menu.
67
53
68
-
1. Select **Connect to Feed**, and then select **NuGet.exe** from the left pane.
69
-
70
-
1. Follow the instructions in the **Project setup** section to connect to your feed.
54
+
1. Select **Connect to Feed**, and then select **NuGet.exe** from the left navigation pane.
71
55
72
-
:::image type="content" source="./media/connect-to-feed-nuget-server-2020.png" alt-text="Screenshot that shows onscreen instructions for setting up a NuGet project in Azure DevOps Server 2020 and 2022.":::
56
+
1. Follow the provided instructions under the **Project setup** section to set up your *nuget.config* file and connect to your Azure Artifacts feed.
73
57
74
-
::: moniker-end
75
-
76
-
## Download packages
77
-
78
-
[!INCLUDE [](includes/nuget/consume.md)]
79
-
80
-
::: moniker range="azure-devops"
81
-
82
-
> [!NOTE]
83
-
> Using NuGet Package Explorer to search for packages in upstream sources is not supported.
58
+
:::image type="content" source="./media/connect-to-feed-nuget-server-2020.png" alt-text="A screenshot displaying how to set up your project and connect to your feed in Azure DevOps Server 2020 and 2022.":::
84
59
85
60
::: moniker-end
86
61
87
-
## Publish packages
62
+
## Publish packages to your feed
88
63
89
-
To publish your package to your feed, run the following command. You can enter any string for the `ApiKey` argument.
64
+
To publish a package to your feed, run the following command. The `ApiKey` parameter is required, but you can use any arbitrary string as its value.
|**Azure DevOps**| - An Azure DevOps [organization](../../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../../organizations/projects/create-project.md).<br> - An Azure Artifacts [feed](../get-started-nuget.md#create-feed).<br> - [Download and install Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). |
23
+
|**Azure DevOps**| - An Azure DevOps [organization](../../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../../organizations/projects/create-project.md).<br> - An Azure Artifacts [feed](../get-started-nuget.md#create-a-feed).<br> - [Download and install Node.js and npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). |
|**Azure DevOps**| - An Azure DevOps [organization](../../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../../organizations/projects/create-project.md).<br> - An Azure Artifacts [feed](../get-started-nuget.md#create-feed).<br> - Download and install the [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider).<br> - Download and install the [.NET Core SDK](https://dotnet.microsoft.com/en-us/download). |
22
+
|**Azure DevOps**| - An Azure DevOps [organization](../../organizations/accounts/create-organization.md).<br>- An Azure DevOps [project](../../organizations/projects/create-project.md).<br> - An Azure Artifacts [feed](../get-started-nuget.md#create-a-feed).<br> - Download and install the [Azure Artifacts Credential Provider](https://github.com/microsoft/artifacts-credprovider).<br> - Download and install the [.NET Core SDK](https://dotnet.microsoft.com/en-us/download). |
Copy file name to clipboardExpand all lines: docs/artifacts/nuget/move-from-fileshares.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ If you want to replicate your existing file share permissions, make a note of th
80
80
81
81
After completing the inventory of your current package sources, it's time to configure your feeds. In this step, we'll assume a one-to-one mapping of feeds to SMB shares.
82
82
83
-
For each SMB share, follow the instructions to [Create a feed](../get-started-nuget.md#create-feed):
83
+
For each SMB share, follow the instructions to [Create a feed](../get-started-nuget.md#create-a-feed):
84
84
85
85
- Set the **Feed name** to match the name of your SMB share folder.
0 commit comments