Files
meezi/nuget.docker.config
T

15 lines
491 B
XML
Raw Normal View History

<?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 -->
<configuration>
<packageSources>
<clear />
<add key="nexus"
2026-05-31 11:06:24 +03:30
value="https://mirror.soroushasadi.com/repository/nuget-group/index.json"
protocolVersion="3" />
</packageSources>
<config>
<add key="http_retry_count" value="8" />
<add key="http_retry_delay_milliseconds" value="1000" />
</config>
</configuration>