Skip to content

Commit

Permalink
Undo internal feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
adityamandaleeka committed May 13, 2024
1 parent 69358f7 commit a027e00
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,11 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="azure-sdk-for-net-dev" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
</packageSources>

<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<clear />
<packageSource key="dotnet-tools">
<package pattern="Aspire.*" />
<package pattern="Microsoft.Extensions.ServiceDiscovery*" />
</packageSource>
<packageSource key="azure-sdk-for-net-dev">
<package pattern="Azure.Provisioning" />
<package pattern="Azure.ResourceManager" />
<package pattern="Azure.ResourceManager.*" />
</packageSource>
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
Expand Down

0 comments on commit a027e00

Please sign in to comment.