Merge branch 'master' of /home/vihofer/consolidation/artifacts/corefx
[platform/upstream/dotnet/runtime.git] / NuGet.config
1 <configuration>
2   <!-- Don't use any higher level config files.
3        Our builds need to be isolated from user/machine state -->
4   <fallbackPackageFolders>
5     <clear />
6   </fallbackPackageFolders>
7   <packageSources>
8     <clear />
9     <!--
10       'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
11       one as a template. The following line is a marker to insert the test restore sources.
12     -->
13     <!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
14     <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
15     <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
16     <add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
17     <add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
18     <add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
19   </packageSources>
20   <disabledPackageSources>
21     <clear />
22   </disabledPackageSources>
23 </configuration>