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/tutorials/protect-oss-packages-with-upstream-sources.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This tutorial walks you through enabling upstream sources in your feed and consu
27
27
28
28
1. Select **Artifacts**, and then select **Create Feed** to create a new feed.
29
29
30
-
1. Provide a **Name** for your feed, choose its **Visibility** and **Scop**, and make sure you check the **Include packages from common public sources** checkbox to enable upstream sources.
30
+
1. Provide a **Name** for your feed, choose its **Visibility** and **Scope**, and make sure you check the **Include packages from common public sources** checkbox to enable upstream sources.
31
31
32
32
1. Select **Create** when you're done.
33
33
@@ -38,7 +38,7 @@ This tutorial walks you through enabling upstream sources in your feed and consu
38
38
39
39
## Authenticate with the feed
40
40
41
-
Now that you've created your feed, select the appropriata tab based on the technology you're using and follow the instructions to set up your configuration file and connect to your feed:
41
+
Now that you've created your feed, select the appropriate tab based on the technology you're using and follow the instructions to set up your configuration file and connect to your feed:
42
42
43
43
#### [npm](#tab/npm/)
44
44
@@ -64,13 +64,13 @@ Now that you've created your feed, select the appropriata tab based on the techn
64
64
65
65
1. Sign in to your Azure DevOps organization, and then navigate to your project.
66
66
67
-
1. Select **Artifacts**, select your feed from the dropdown menu,and then select **Connect to feed**.
67
+
1. Select **Artifacts**, select your feed from the dropdown menu,and then select **Connect to feed**.
68
68
69
69
1. Select **pip** from the left navigation pane.
70
70
71
71
1. Create a [virtual environment](https://go.microsoft.com/fwlink/?linkid=2103878) if you haven't done so already.
72
72
73
-
1. Add a *pip.ini* (Windows) or *pip.conf* (Mac/Linux) file to your virtualenv and paste in the snippet provided in the **Project setup**secion.
73
+
1. Add a *pip.ini* (Windows) or *pip.conf* (Mac/Linux) file to your virtualenv and paste in the snippet provided in the **Project setup**section.
74
74
75
75
#### [Maven](#tab/maven/)
76
76
@@ -315,4 +315,4 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
0 commit comments