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 manage their dependencies from a single feed. Using upstream sources, you can consume packages from feeds and public registries such as NuGet.org, and npmjs.com. In this article, you'll learn how to:
13
15
14
16
> [!div class="checklist"]
@@ -75,8 +77,6 @@ A public feed is a project-scoped feed in a public project. Public feeds inherit
75
77
76
78
Run the following command in your project directory to restore your packages:
> You must be a **Feed and Upstream Reader (Collaborator)** or higher to install new package versions from upstream. Anonymous users can only install packages that exist in their feed.
208
128
@@ -230,7 +150,7 @@ You can also use the NuGet CLI to force NuGet to use the source in your config f
230
150
nuget restore -config <PATH_TO_NUGET_CONFIG_FILE>
231
151
```
232
152
233
-
## Related articles
153
+
## Related content
234
154
235
155
-[Search for packages in upstream sources](search-upstream.md)
236
156
-[Set up upstream sources](set-up-upstream-sources.md)
0 commit comments