Trim legacy client DI from web host
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m59s

This commit is contained in:
2026-07-09 12:27:35 +09:00
parent 8a250f6369
commit b8624efb81
2 changed files with 2 additions and 76 deletions
+2 -5
View File
@@ -4,14 +4,11 @@
<ProjectReference Include="..\TaxBaik.Application\TaxBaik.Application.csproj" />
<ProjectReference Include="..\TaxBaik.Infrastructure\TaxBaik.Infrastructure.csproj" />
<ProjectReference Include="..\TaxBaik.Web.Client\TaxBaik.Web.Client.csproj" />
<!-- WebAssembly 번들 생성에 필수 -->
<!-- Admin SPA is still a transition dependency for legacy client services -->
</ItemGroup>
<ItemGroup>
<!--
Admin SPA is produced by TaxBaik.Web.Client. Keep the source wwwroot/admin
tree out of this web project to avoid duplicate static web assets at publish time.
-->
<!-- Keep admin static assets bundled from the client project during transition -->
<Content Remove="wwwroot/admin/**" />
<None Remove="wwwroot/admin/**" />
</ItemGroup>