e7a505023c783afaca8c977e4b7d5f1bcd1608f7
[platform/upstream/coreclr.git] / tests / src / NuGet.Config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <packageRestore>
4     <add key="enabled" value="True" />
5   </packageRestore>
6   <packageSources>
7     <add key="myget.org dotnet-corefx" value="https://www.myget.org/F/dotnet-corefx/" />
8     <add key="myget.org dotnet-buildtools" value="https://www.myget.org/F/dotnet-buildtools/" />
9     <add key="myget.org Microsoft.DotNet.CoreCLR.TestDependencies" value="https://www.myget.org/F/dotnet-coreclr-testdependecies/" />
10     <add key="nuget.org" value="https://www.nuget.org/api/v2/" />
11   </packageSources>
12   <activePackageSource>
13     <add key="All" value="(Aggregate source)" />
14   </activePackageSource>
15 </configuration>