[backend/csproj] Exclude wwwroot/assets/LICENSE.md from build

This commit is contained in:
Laura Hausmann 2025-02-02 22:59:57 +01:00
parent bed17be21f
commit ab0b1e543a
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -88,4 +88,9 @@
<None Remove="Core\Database\prune-designer-cs-files.sh" />
</ItemGroup>
<!-- We don't want the assets LICENSE.md to be served as a file -->
<ItemGroup>
<Content Remove="wwwroot\assets\LICENSE.md" />
</ItemGroup>
</Project>