NuGet: drop Liara from root nuget.config too (Nexus-only everywhere)
CI/CD / CI · dotnet build (push) Successful in 9m26s
CI/CD / Deploy · hamkadr (push) Successful in 5m44s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-08 21:17:34 +03:30
parent 69a630d185
commit bd8d754ee8
+2 -2
View File
@@ -2,9 +2,9 @@
<configuration>
<packageSources>
<clear />
<!-- Soroush Nexus mirror (primary) + Liara mirror (fallback)nuget.org is filtered. -->
<!-- Single source: Soroush Nexus mirror. No Liara fallback — NuGet probes every
listed source's index, so a dead fallback (500) aborts the whole restore. -->
<add key="nexus" value="https://mirror.soroushasadi.com/repository/nuget-group/index.json" protocolVersion="3" />
<add key="liara" value="https://package-mirror.liara.ir/repository/nuget/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="http_retry_count" value="6" />