File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
<!-- Coverlet nightly build feed -->
6
6
<add key =" coverletNightly" value =" https://pkgs.dev.azure.com/tonerdo/coverlet/_packaging/coverlet-nightly/nuget/v3/index.json" />
7
7
<!-- dotnet-libraries feed -->
8
+ <!-- https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-libraries/NuGet/System.CommandLine/versions -->
8
9
<add key =" dotnet-libraries" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
9
10
<!-- Default nuget feed -->
10
- <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
11
+ <add key =" nuget.org " value =" https://api.nuget.org/v3/index.json" />
11
12
</packageSources >
13
+
14
+ <!-- Define mappings by adding package patterns beneath the target source. -->
15
+ <packageSourceMapping >
16
+ <!-- key value for <packageSource> should match key values from <packageSources> element -->
17
+ <packageSource key =" nuget.org" >
18
+ <package pattern =" *" />
19
+ </packageSource >
20
+ <packageSource key =" dotnet-libraries" >
21
+ <package pattern =" System.CommandLine" />
22
+ </packageSource >
23
+ </packageSourceMapping >
12
24
</configuration >
You can’t perform that action at this time.
0 commit comments