-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnuget.config
More file actions
22 lines (22 loc) · 807 Bytes
/
nuget.config
File metadata and controls
22 lines (22 loc) · 807 Bytes
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>
<clear />
<add key="Sitecore_XP" value="https://sitecore.myget.org/F/sc-packages/api/v3/index.json" />
<add key="Nuget" value="https://api.nuget.org/v3/index.json" />
<add key="Sitecore_XC" value="https://sitecore.myget.org/F/sc-commerce-packages/api/v3/index.json" />
</packageSources>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<config>
<add key="globalPackagesFolder" value="./packages" />
</config>
</configuration>