mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
26 lines
1.4 KiB
XML
26 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<!-- Don't use any higher level config files.
|
|
Our builds need to be isolated from user/machine state -->
|
|
<fallbackPackageFolders>
|
|
<clear />
|
|
</fallbackPackageFolders>
|
|
<packageSources>
|
|
<clear />
|
|
<!--
|
|
'src/test/PrepareTestAssets/PrepareTestAssets.proj' generates a NuGet.config file using this
|
|
one as a template. The following line is a marker to insert the test restore sources.
|
|
-->
|
|
<!-- TEST_RESTORE_SOURCES_INSERTION_LINE -->
|
|
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
|
|
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
|
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
|
|
<add key="dotnet6-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6-transport/nuget/v3/index.json" />
|
|
<!-- Used for the Rich Navigation indexing task -->
|
|
<add key="richnav" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|