1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Don't use any higher level config files.
4 Our builds need to be isolated from user/machine state -->
5 <fallbackPackageFolders>
7 </fallbackPackageFolders>
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.
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="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
19 <add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
20 <!-- Used for dotnet pack task -->
21 <add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
22 <!-- Used for the Rich Navigation indexing task -->
23 <add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
25 <disabledPackageSources>
27 </disabledPackageSources>