2023-07-17 22:21:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<solution>
|
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
|
</solution>
|
|
|
|
|
<packageSources>
|
|
|
|
|
<clear />
|
|
|
|
|
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
|
2023-07-20 04:30:29 +00:00
|
|
|
<!-- Uncomment the following line to use packages from the ORT nightly feed
|
2023-07-17 22:21:18 +00:00
|
|
|
<add key="ORT-Nightly" value="https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json" />
|
2023-07-20 04:30:29 +00:00
|
|
|
-->
|
2023-07-17 22:21:18 +00:00
|
|
|
</packageSources>
|
|
|
|
|
<disabledPackageSources>
|
|
|
|
|
<clear />
|
|
|
|
|
</disabledPackageSources>
|
2023-07-20 04:30:29 +00:00
|
|
|
</configuration>
|