Skip to content

Commit

Permalink
chore: try to add static files into pods
Browse files Browse the repository at this point in the history
  • Loading branch information
cowienduckie committed Nov 29, 2023
1 parent 93e4c33 commit c0c671f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Communication/Communication.Api/Communication.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,10 @@
<ProjectReference Include="..\Communication\Communication.csproj"/>
</ItemGroup>

<ItemGroup>
<Content Include="..\Communication\EmailTemplates\Handlebars\**">
<CopyToPublishDirectory>Always</CopyToPublishDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit c0c671f

Please sign in to comment.