Skip to content

Commit

Permalink
Fixed templates not packing
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Jan 20, 2024
1 parent 7598685 commit 81ef903
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion API/API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@

<ItemGroup>
<Folder Include="config\themes" />
<Folder Include="EmailTemplates" />
<Content Include="EmailTemplates\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="I18N\**" />
</ItemGroup>

Expand Down

0 comments on commit 81ef903

Please sign in to comment.