-
Notifications
You must be signed in to change notification settings - Fork 1
/
NuGet.config
21 lines (21 loc) · 907 Bytes
/
NuGet.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="globalPackagesFolder" value="%userprofile%\.nuget\packages-server" />
</config>
<packageSources>
<clear />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json"/>
<!-- Use only one of the following public feeds depending on your geographic region. -->
<add key="ServerArtifactoryNuGet" value="https://relativitypackageseastus.jfrog.io/artifactory/api/nuget/v3/server-nuget-virtual" />
<!-- <add key="ServerArtifactoryNuGet" value="https://relativitypackageswesteurope.jfrog.io/artifactory/api/nuget/v3/server-nuget-virtual" /> /-->
</packageSources>
<packageSourceMapping>
<packageSource key="ServerArtifactoryNuGet">
<package pattern="Relativity.Server.*" />
</packageSource>
<packageSource key="NuGet.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>