From 8079166f2227c152b8871425ee8def5e313778d5 Mon Sep 17 00:00:00 2001 From: alireza Date: Wed, 3 Jun 2026 21:04:32 +0330 Subject: [PATCH] feat(backend): include pre-built SPA dist files in publish output when SkipSpaBuild is true Add a new MSBuild target to include existing SPA dist files in the publish output when the SkipSpaBuild flag is set to true, ensuring the pre-built frontend assets are available in the published application without rebuilding. --- backend/backend.csproj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/backend/backend.csproj b/backend/backend.csproj index e110326..6594d82 100644 --- a/backend/backend.csproj +++ b/backend/backend.csproj @@ -39,6 +39,18 @@ + + + + + + %(DistFiles.Identity) + PreserveNewest + true + + + +