generated from Kentico/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnuget.config
22 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
22
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="LocalPackages" value="./nuget-local" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<!-- key value for <packageSource> should match key values from <packageSources> element -->
<packageSource key="LocalPackages">
<!-- Uncomment to test local versions of the NuGet package -->
<!-- <package pattern="Kentico.Xperience.TagManager" /> -->
<!-- This entry doesn't match any packages but is required to satisfy the requirements of <packageSource> -->
<package pattern="LOCAL_PACKAGES_PLACEHOLDER" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>