File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 66 <add key =" dotnet-myget-legacy" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json" />
77 <add key =" vs" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
88 </packageSources >
9+
10+ <packageSourceMapping >
11+ <packageSource key =" dotnet-public" >
12+ <package pattern =" *" />
13+ </packageSource >
14+ <packageSource key =" dotnet-myget-legacy" >
15+ <package pattern =" Microsoft.Extensions.CommandLineUtils.Sources" />
16+ </packageSource >
17+ <packageSource key =" vs" >
18+ <package pattern =" Microsoft.Test.Apex.VisualStudio" />
19+ <package pattern =" Microsoft.VisualStudio.Internal.MicroBuild" />
20+ <package pattern =" Microsoft.WebTools.Languages.*" />
21+ </packageSource >
22+ </packageSourceMapping >
923</configuration >
You can’t perform that action at this time.
0 commit comments