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
Copy file name to clipboardExpand all lines: docs/artifacts/how-to/upstream-internal-feed.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Use the following steps to configure your project and authenticate with your fee
42
42
43
43
1. Select **Artifacts**, choose your feed from the dropdown menu, and then select **Connect to feed**.
44
44
45
+
:::image type="content" source="../media/select-feed-dropdown.png" alt-text="A screenshot displaying how to select a feed from the dropdown list in Azure Artifacts.":::
46
+
45
47
1. From the left navigation pane, select **Cargo**.
46
48
47
49
1. In the **Project setup** section, copy the first snippet and add it to the *cargo/config.toml* file in your source repository. Your *config.toml* file should resemble the following:
@@ -96,9 +98,11 @@ Follow these steps to set up an internal feed from the same organization as an u
96
98
97
99
1. Select **Add** when you're done.
98
100
101
+
:::image type="content" source="../media/new-internal-feed-upstream-source.png" alt-text="A screenshot showing how to add a new internal feed as an upstream source in Azure Artifacts.":::
102
+
99
103
1. Select **Save** to apply your changes.
100
104
101
-
:::image type="content" source="../media/new-internal-feed-upstream-source.png" alt-text="A screenshot showing how to add a new internal feed as an upstream source in Azure Artifacts.":::
105
+
:::image type="content" source="../media/save-upstream-sources.png" alt-text="A screenshot showing how to save upstream sources in Azure Artifacts.":::
102
106
103
107
## Install packages from upstream
104
108
@@ -130,7 +134,7 @@ When a collaborator (or higher) installs a package from *CargoDemoFeed*, Azure A
130
134
131
135
1. Once the build completes, return to **Azure DevOps** > **Artifacts** and select your consuming feed (in this example, *Test_Feed*).
132
136
133
-
1. Verify that the package you installed locally now appears in your consuming feed. Azure Artifacts automatically saves a copy of the package when it’s installed from an upstream source.
137
+
1. Verify that the package you installed locally now appears in your downstream feed. Azure Artifacts automatically saves a copy of the package when it’s installed from an upstream source.
134
138
135
139
:::image type="content" source="../media/package-saved-from-internal-upstream.png" alt-text="A screenshot showing a package saved from an internal upstream in Azure Artifacts." lightbox="../media/package-saved-from-internal-upstream.png":::
0 commit comments