fix: exclude duplicated admin static assets
TaxBaik CI/CD / build-and-deploy (push) Failing after 5m9s

This commit is contained in:
2026-07-04 11:23:27 +09:00
parent a44a5bbb83
commit 20647f6ecc
+9
View File
@@ -8,6 +8,15 @@
<!-- WebAssembly 번들 생성에 필수 -->
</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.
-->
<Content Remove="wwwroot/admin/**" />
<None Remove="wwwroot/admin/**" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>