mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<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="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
|
|
<add key="dotnet5-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json" />
|
|
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
|
|
<add key="dotnet-coreclr" value="https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|