Files
FrontOffice/src/FrontOffice.Main/NuGet.config
T
masoodafar-web 647e596050
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 12m52s
fix: remove local nupkg source from NuGet.config (breaks Docker builds)
2026-03-12 02:28:29 +03:30

15 lines
495 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<!-- Nexus (hosts FourSat packages + proxies nuget.org) -->
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
</packageSources>
<packageSourceCredentials>
<Nexus>
<add key="Username" value="admin" />
<add key="ClearTextPassword" value="87zH26nbqT" />
</Nexus>
</packageSourceCredentials>
</configuration>