We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b4cd9 commit a919c48Copy full SHA for a919c48
NuGet.Config
@@ -5,11 +5,6 @@
5
<!-- 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 -->
6
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
7
<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" />
13
</packageSources>
14
<disabledPackageSources>
15
<clear />
0 commit comments