-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNuget.Config
25 lines (24 loc) · 1.04 KB
/
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
24
25
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<config>
<clear />
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<!-- When <clear /> is present, previously defined sources are ignored -->
<!-- Remove this tag or un-comment the nuget.org source below to restore packages from nuget.org -->
<!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Roslyn Analyzers MyGet" value="https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
<add key="CatalystShared" value="https://healthcatalyst.pkgs.visualstudio.com/_packaging/CatalystShared/nuget/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
</disabledPackageSources>
</configuration>