We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1164d3d commit 88b6cd6Copy full SHA for 88b6cd6
docs/reference/nuget-config-file.md
@@ -499,12 +499,12 @@ Below is an example `nuget.config` file that illustrates a number of settings in
499
<!-- Used to enforce that certain packages only come from specific package sources. -->
500
<packageSourceMapping>
501
<clear />
502
- <packageSource key="MyRepo - ES">
503
- <package pattern="ES.*" />
504
- </packageSource>
505
- <packageSource key="NuGet official package source">
506
- <package pattern="*" />
507
+ <packageSource key="MyRepo - ES">
+ <package pattern="ES.*" />
+ </packageSource>
+ <packageSource key="NuGet official package source">
+ <package pattern="*" />
508
</packageSourceMapping>
509
510
<!-- Used to store credentials -->
0 commit comments