onnxruntime/csharp/test/Microsoft.AI.MachineLearning.Tests.DotNetFramework4_7_2/NuGet.config
Patrice Vignola b4082e370b Merged PR 5557382: Revert "Merged PR 5551793: Merge with latest ORT master"
Revert "Merged PR 5551793: Merge with latest ORT master"

This reverts commit 18ef0fafc4.
2021-01-09 01:02:49 +00:00

10 lines
No EOL
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet Official" value="https://api.nuget.org/v3/index.json" />
<add key="BuildArtifacts" value="E:\nugets" />
</packageSources>
</configuration>