add pre-built detection (#86151)
[platform/upstream/dotnet/runtime.git] / NuGet.config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <!-- Don't use any higher level config files.
4        Our builds need to be isolated from user/machine state -->
5   <fallbackPackageFolders>
6     <clear />
7   </fallbackPackageFolders>
8   <packageSources>
9     <clear />
10     <!--
11       'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
12       one as a template. The following line is a marker to insert the test restore sources.
13     -->
14     <!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
15     <add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
16     <add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
17     <add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
18     <add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
19     <!-- Required for System.CommandLine SB intermediate -->
20     <add key="dotnet-libraries-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
21     <!-- TODO: Remove dotnet7 feeds when dependencies publish into dotnet8 feeds: https://github.com/dotnet/runtime/issues/63375. -->
22     <add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
23     <add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
24     <add key="dotnet8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
25     <add key="dotnet8-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
26   </packageSources>
27   <disabledPackageSources>
28     <clear />
29   </disabledPackageSources>
30 </configuration>