Add nuget.org as fallback source
Build and Deploy / build (push) Has been cancelled

This commit is contained in:
masoodafar-web
2026-01-29 03:41:18 +03:30
parent a9648e250e
commit 6b7ca9cd62
+3 -1
View File
@@ -2,8 +2,10 @@
<configuration>
<packageSources>
<clear />
<!-- Nexus as single source (proxies nuget.org + hosts FourSat packages) -->
<!-- Nexus (hosts FourSat packages + caches nuget.org) -->
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
<!-- nuget.org as fallback -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<Nexus>