Skip to content

Commit

Permalink
exclude dynamic folder from CopyToOutputDirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
grozer221 committed Jun 2, 2024
1 parent 6b40e68 commit 1f3891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Geesemon.Web/Geesemon.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="Assets\**">
<Content Include="Assets\**" Exclude="Assets\dynamic\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 1f3891b

Please sign in to comment.