Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Copy wwwroot to the output (Stratis.StratisD by example)
Browse files Browse the repository at this point in the history
  • Loading branch information
imclint21 committed May 24, 2019
1 parent 6d648f7 commit 128f736
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
<ProjectReference Include="..\Stratis.Bitcoin\Stratis.Bitcoin.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="wwwroot\**\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>

0 comments on commit 128f736

Please sign in to comment.