Skip to content

Commit 46f9ec5

Browse files
author
Rami Bououni
committed
tab group ids
1 parent 352efda commit 46f9ec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/artifacts/tutorials/protect-oss-packages-with-upstream-sources.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
254254

255255
::: moniker range="azure-devops-2020"
256256

257-
# [npm](#tab/npmrestore)
257+
# [npm](#tab/npmrestoreserver)
258258

259259
1. Remove the *node_modules* folder from your project.
260260

@@ -267,7 +267,7 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
267267
> [!NOTE]
268268
> The `--force` flag ensures that packages are pulled from the remote source even if a local copy exists.
269269

270-
# [NuGet](#tab/nugetrestore)
270+
# [NuGet](#tab/nugetrestoreserver)
271271

272272
1. Clear your local cache.
273273

@@ -281,23 +281,23 @@ Now that you've enabled upstream sources and authenticated with your feed, selec
281281
nuget.exe restore
282282
```
283283

284-
# [Python](#tab/python)
284+
# [Python](#tab/pythonrestoreserver)
285285

286286
- 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.
287287

288288
```Command
289289
pip install
290290
```
291291

292-
# [Maven](#tab/mavenrestore)
292+
# [Maven](#tab/mavenrestoreserver)
293293

294294
- 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.
295295

296296
```Command
297297
mvn install
298298
```
299299

300-
# [Gradle](#tab/gradlerestore)
300+
# [Gradle](#tab/gradlerestoreserver)
301301

302302
- 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.
303303

0 commit comments

Comments
 (0)