fix: exclude duplicated admin static assets
TaxBaik CI/CD / build-and-deploy (push) Failing after 5m9s
TaxBaik CI/CD / build-and-deploy (push) Failing after 5m9s
This commit is contained in:
@@ -8,6 +8,15 @@
|
|||||||
<!-- WebAssembly 번들 생성에 필수 -->
|
<!-- WebAssembly 번들 생성에 필수 -->
|
||||||
</ItemGroup>
|
</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>
|
<PropertyGroup>
|
||||||
<TargetFramework>net10.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
Reference in New Issue
Block a user