File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-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+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
45 <add key =" generator" value =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
56 </packageSources >
7+ <packageSourceMapping >
8+ <packageSource key =" generator" >
9+ <package pattern =" Microsoft.TypeSpec.Generator.ClientModel" />
10+ <package pattern =" Microsoft.TypeSpec.Generator" />
11+ <package pattern =" Microsoft.TypeSpec.Generator.Input" />
12+ </packageSource >
13+ <packageSource key =" nuget.org" >
14+ <package pattern =" *" />
15+ </packageSource >
16+ </packageSourceMapping >
617</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