mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
* bump cswinrt version * add cswinrt * test dotnetcore 3.0 * rename buildpacakge source * set folder path to the package source and not the version * refactor .netframework tests * build .net core anycpu Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
10 lines
No EOL
317 B
XML
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> |