Files
CMS/src/NuGet.config
T
masoodafar-web e946c56631
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 20m7s
Revert "fix: bypass broken Nexus proxy, use nuget.org directly"
This reverts commit 370f735cf2.
2026-03-12 00:06:14 +03:30

19 lines
779 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" />
<add key="foursat-hosted" value="http://194.5.195.53:32081/repository/foursat-nuget-hosted/index.json" allowInsecureConnections="true" />
</packageSources>
<packageSourceCredentials>
<Nexus>
<add key="Username" value="admin" />
<add key="ClearTextPassword" value="87zH26nbqT" />
</Nexus>
<foursat-hosted>
<add key="Username" value="admin" />
<add key="ClearTextPassword" value="87zH26nbqT" />
</foursat-hosted>
</packageSourceCredentials>
</configuration>