fix: resolve version conflict for Foursat.CMSMicroservice.Protobuf package
Build and Deploy to Production / build-and-deploy (push) Failing after 13m13s

This commit is contained in:
masoodafar-web
2026-03-15 03:21:52 +03:30
parent 1c67d7798a
commit d38f50584c
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -138,11 +138,7 @@
<!-- CMS Protobuf NuGet package (used for both local dev and Docker builds) -->
<ItemGroup>
<<<<<<< HEAD
<PackageReference Include="Foursat.CMSMicroservice.Protobuf" Version="0.0.191" />
=======
<PackageReference Include="Foursat.CMSMicroservice.Protobuf" Version="0.0.192" />
>>>>>>> kub-stage
</ItemGroup>
<!-- ============================================================ -->
-3
View File
@@ -2,11 +2,8 @@
<configuration>
<packageSources>
<clear />
<<<<<<< HEAD
<!-- Local packages (dev builds) -->
<!-- <add key="Local" value="/home/masoud/Apps/project/FourSat/nupkg" /> -->
=======
>>>>>>> kub-stage
<!-- 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>