forked from microsoft/CLRInstrumentationEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.config
More file actions
20 lines (20 loc) · 925 Bytes
/
NuGet.config
File metadata and controls
20 lines (20 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. -->
<configuration>
<packageSources>
<clear />
<add key="ClrInstrumentationEngine-Dependency"
value="https://pkgs.dev.azure.com/ms/CLRInstrumentationEngine/_packaging/ClrInstrumentationEngine-Dependency/nuget/v3/index.json" />
<add key="Dotnet-Public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<config>
<!-- For projects using packages.config -->
<add key="repositoryPath" value="packages" />
<!-- For projects not using packages.config -->
<add key="globalPackagesFolder" value="packages" />
</config>
</configuration>