[backend/csproj] Exclude wwwroot/assets/LICENSE.md from build
This commit is contained in:
parent
bed17be21f
commit
ab0b1e543a
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue