4 Commits

Author SHA1 Message Date
8079166f22 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.
2026-06-03 21:04:32 +03:30
ee98cef379 build: optimize Docker build by skipping redundant SPA build
Set SkipSpaBuild environment variable in Dockerfile to prevent MSBuild from rebuilding the frontend during publish, as it is already built in a separate stage. Also disable NuGet audit warnings to reduce build noise.
2026-06-03 20:48:09 +03:30
motahhari
f790f38696 fix deploy config 2026-06-03 23:41:55 +03:30
01f87cc461 first commit 2026-06-03 18:31:41 +03:30