Skip to content

Commit a919c48

Browse files
authored
Remove unneeded feed from nuget.config (#37435)
1 parent 67b4cd9 commit a919c48

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

NuGet.Config

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
<!-- 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 -->
66
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
77
<add key="azure-sdk-for-net" value="https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json" />
8-
9-
<!--
10-
Used for azure-sdk-tools repo until issue https://github.com/Azure/azure-sdk-tools/issues/1329 is addressed
11-
-->
12-
<add key="azure-sdk-tools" value="https://azuresdkartifacts.blob.core.windows.net/azure-sdk-tools/index.json" />
138
</packageSources>
149
<disabledPackageSources>
1510
<clear />

0 commit comments

Comments
 (0)