2026-05-28 21:01:43 +03:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2026-05-31 11:06:24 +03:30
|
|
|
<!-- NuGet config for Docker builds — routes restores through Nexus at mirror.soroushasadi.com -->
|
2026-05-28 21:01:43 +03:30
|
|
|
<configuration>
|
|
|
|
|
<packageSources>
|
|
|
|
|
<clear />
|
2026-05-30 00:28:07 +03:30
|
|
|
<add key="nexus"
|
2026-05-31 11:06:24 +03:30
|
|
|
value="https://mirror.soroushasadi.com/repository/nuget-group/index.json"
|
|
|
|
|
protocolVersion="3" />
|
2026-05-28 21:01:43 +03:30
|
|
|
</packageSources>
|
|
|
|
|
<config>
|
|
|
|
|
<add key="http_retry_count" value="8" />
|
|
|
|
|
<add key="http_retry_delay_milliseconds" value="1000" />
|
|
|
|
|
</config>
|
|
|
|
|
</configuration>
|