We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0ab9c commit 91b19b8Copy full SHA for 91b19b8
NuGet.config
@@ -1,10 +1,13 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
-<solution>
+ <solution>
4
<add key="disableSourceControlIntegration" value="true" />
5
-</solution>
6
-<packageSources>
7
- <add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
8
- <add key="onnxruntime_public" value="https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime_public/nuget/v3/index.json" />
9
-</packageSources>
+ </solution>
+ <packageSources>
+ <clear />
+ <add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
+ </packageSources>
10
+ <disabledPackageSources>
11
12
+ </disabledPackageSources>
13
</configuration>
csharp/test/Microsoft.AI.MachineLearning.Tests.DotNet5_0/NuGet.config
0 commit comments