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
@@ -254,7 +254,7 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
254
254
255
255
::: moniker range="azure-devops-2020"
256
256
257
-
# [npm](#tab/npmrestore)
257
+
# [npm](#tab/npmrestoreserver)
258
258
259
259
1. Remove the *node_modules* folder from your project.
260
260
@@ -267,7 +267,7 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
267
267
> [!NOTE]
268
268
> The `--force` flag ensures that packages are pulled from the remote source even if a local copy exists.
269
269
270
-
# [NuGet](#tab/nugetrestore)
270
+
# [NuGet](#tab/nugetrestoreserver)
271
271
272
272
1. Clear your local cache.
273
273
@@ -281,23 +281,23 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
281
281
nuget.exe restore
282
282
```
283
283
284
-
# [Python](#tab/python)
284
+
# [Python](#tab/pythonrestoreserver)
285
285
286
286
- Open a command prompt window and run the following command in your project directory to restore your packages. Once completed, your feed should have a saved copy of any packages installed from upstream.
287
287
288
288
```Command
289
289
pip install
290
290
```
291
291
292
-
# [Maven](#tab/mavenrestore)
292
+
# [Maven](#tab/mavenrestoreserver)
293
293
294
294
- Open a command prompt window and run the following command in your project directory to restore your packages. Once completed, your feed should have a saved copy of any packages installed from upstream.
295
295
296
296
```Command
297
297
mvn install
298
298
```
299
299
300
-
# [Gradle](#tab/gradlerestore)
300
+
# [Gradle](#tab/gradlerestoreserver)
301
301
302
302
- Open a command prompt window and run the following command in your project directory to restore your packages. Once completed, your feed should have a saved copy of any packages installed from upstream.
0 commit comments