Revert "fix: bypass broken Nexus, use nuget.org + local proto build"
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 1m23s

This reverts commit 4dc7b52289.
This commit is contained in:
masoodafar-web
2026-03-12 00:06:33 +03:30
parent 4dc7b52289
commit cd0fb2fa57
3 changed files with 9 additions and 20 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
FROM 194.5.195.53:32082/dotnet/sdk:9.0 AS build
WORKDIR /src
# Copy NuGet config, local packages, and project file
# Copy NuGet config and project file
COPY ["FrontOffice.Main/NuGet.config", "NuGet.config"]
COPY ["nupkg/", "nupkg/"]
COPY ["FrontOffice.Main/FrontOffice.Main.csproj", "FrontOffice.Main/"]
# Restore dependencies