Skip to content

Commit 7188d90

Browse files
author
Rami Bououni
committed
feedback updates
1 parent b508b38 commit 7188d90

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/artifacts/how-to/upstream-internal-feed.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Use the following steps to configure your project and authenticate with your fee
4242

4343
1. Select **Artifacts**, choose your feed from the dropdown menu, and then select **Connect to feed**.
4444

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+
4547
1. From the left navigation pane, select **Cargo**.
4648

4749
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
9698
9799
1. Select **Add** when you're done.
98100
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+
99103
1. Select **Save** to apply your changes.
100104
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.":::
102106
103107
## Install packages from upstream
104108
@@ -130,7 +134,7 @@ When a collaborator (or higher) installs a package from *CargoDemoFeed*, Azure A
130134
131135
1. Once the build completes, return to **Azure DevOps** > **Artifacts** and select your consuming feed (in this example, *Test_Feed*).
132136
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.
134138
135139
:::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":::
136140
26.3 KB
Loading
52.7 KB
Loading

0 commit comments

Comments
 (0)