File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <packageSources >
4+ <clear />
5+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
46 <add key =" generator" value =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
57 </packageSources >
8+ <packageSourceMapping >
9+ <packageSource key =" generator" >
10+ <package pattern =" Microsoft.TypeSpec.Generator.ClientModel" />
11+ <package pattern =" Microsoft.TypeSpec.Generator" />
12+ <package pattern =" Microsoft.TypeSpec.Generator.Input" />
13+ <package pattern =" System.ClientModel" />
14+ </packageSource >
15+ <packageSource key =" nuget.org" >
16+ <package pattern =" *" />
17+ </packageSource >
18+ </packageSourceMapping >
619</configuration >
Original file line number Diff line number Diff line change 66 <add key =" nuget" value =" https://api.nuget.org/v3/index.json" />
77 <add key =" azure-sdk-dev-feed" value =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
88 </packageSources >
9+ <packageSourceMapping >
10+ <packageSource key =" azure-sdk-dev-feed" >
11+ <package pattern =" System.ClientModel" />
12+ <package pattern =" Microsoft.ClientModel.TestFramework" />
13+ </packageSource >
14+ <packageSource key =" nuget" >
15+ <package pattern =" *" />
16+ </packageSource >
17+ </packageSourceMapping >
918</configuration >
You can’t perform that action at this time.
0 commit comments