fix: Update Nexus package source URL in NuGet.config
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 45s

This commit is contained in:
masoodafar-web
2026-01-29 02:46:43 +03:30
parent 77be841221
commit c76af47a4c
+1 -1
View File
@@ -2,7 +2,7 @@
<configuration>
<packageSources>
<clear />
<add key="Nexus" value="https://nexus.se.kbs1.ir/repository/nuget-all/index.json" />
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" />
<add key="FourSat" value="https://git.afrino.co/api/packages/FourSat/nuget/index.json" />
<add key="Afrino" value="https://git.afrino.co/api/packages/Afrino/nuget/index.json" />
</packageSources>