forked from microsoft/ApplicationInsights-SDK-Labs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.Config
27 lines (27 loc) · 1.22 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
26
27
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- This file belongs into the EnlistmentRoot folder next to EnlistmentRoot.marker. -->
<!-- See the comments in Global.props for explanations. -->
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<config>
<add key="repositoryPath" value="..\NuGet.Packages" />
</config>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="MyGetApplicationInsights" value="https://www.myget.org/F/applicationinsights" />
<add key="ApplicationInsights-Team-V2(NuGet-2.X-format)" value="https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/ApplicationInsights-Team/nuget/v2" />
</packageSources>
<disabledPackageSources>
<add key="MyGetApplicationInsights" value="true" />
<add key="ApplicationInsights-Team-V2(NuGet-2.X-format)" value="true" />
</disabledPackageSources>
</configuration>