File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
4- <add key =" generator" value =" https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
5- </packageSources >
3+ <packageSourceMapping >
4+ <packageSource key =" azure-sdk-dev-feed" >
5+ <package pattern =" Microsoft.TypeSpec.Generator.ClientModel" />
6+ <package pattern =" Microsoft.TypeSpec.Generator" />
7+ <package pattern =" Microsoft.TypeSpec.Generator.Input" />
8+ </packageSource >
9+ </packageSourceMapping >
610</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