Skip to content

Commit 91b19b8

Browse files
authored
Delete nuget extra configs (microsoft#6477)
1 parent 7a0ab9c commit 91b19b8

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

NuGet.config

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<solution>
3+
<solution>
44
<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>
5+
</solution>
6+
<packageSources>
7+
<clear />
8+
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
9+
</packageSources>
10+
<disabledPackageSources>
11+
<clear />
12+
</disabledPackageSources>
1013
</configuration>

csharp/test/Microsoft.AI.MachineLearning.Tests.DotNet5_0/NuGet.config

-10
This file was deleted.

0 commit comments

Comments
 (0)