-
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathNuGet.Config
More file actions
20 lines (18 loc) · 644 Bytes
/
NuGet.Config
File metadata and controls
20 lines (18 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="ORT" value="https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT/nuget/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="ORT">
<package pattern="*Foundry*" />
</packageSource>
<packageSource key="github">
<package pattern="*nightly" />
</packageSource>
</packageSourceMapping>
</configuration>