Skip to content

Commit

Permalink
Close <ItemGroup> tag in Statiq.Web.props
Browse files Browse the repository at this point in the history
  • Loading branch information
drmathias authored and daveaglick committed Jun 6, 2020
1 parent aa7e456 commit 401d63d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Statiq.Web/Statiq.Web.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Compile Remove="theme\**" />
<Compile Remove="extensions\**" />
<Compile Remove="archetypes\**" />
</ItemGroup>
<ItemGroup>
<None Include="theme\**">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
Expand All @@ -14,4 +15,4 @@
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 401d63d

Please sign in to comment.