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

10 lines
328 B
ObjectPascal
Raw Normal View History

<?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="[BuildPackageSource]" />
</packageSources>
</configuration>