-
Notifications
You must be signed in to change notification settings - Fork 1
/
nuget.config
23 lines (23 loc) · 900 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
23
<?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="Sitecore_Commerce" value="https://sitecore.myget.org/F/sc-commerce-packages/api/v3/index.json" />
<add key="Nuget" value="https://api.nuget.org/v3/index.json" />
<add key="Stylelabs_PartnerPublic" value="https://slpartners.myget.org/F/m-public/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>