Skip to content

Commit

Permalink
Remove unneeded feed from nuget.config (Azure#37435)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Jul 7, 2023
1 parent 67b4cd9 commit a919c48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="azure-sdk-for-net" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />

<!--
Used for azure-sdk-tools repo until issue https://github.com/Azure/azure-sdk-tools/issues/1329 is addressed
-->
<add key="azure-sdk-tools" value="https://azuresdkartifacts.blob.core.windows.net/azure-sdk-tools/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down

0 comments on commit a919c48

Please sign in to comment.