Skip to content

Commit

Permalink
Delete nuget extra configs (microsoft#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn authored Jan 28, 2021
1 parent 7a0ab9c commit 91b19b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
15 changes: 9 additions & 6 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
<add key="onnxruntime_public" value="https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime_public/nuget/v3/index.json" />
</packageSources>
</solution>
<packageSources>
<clear />
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

This file was deleted.

0 comments on commit 91b19b8

Please sign in to comment.