Skip to content

Commit

Permalink
[fix] not all test templates are copied
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed May 15, 2024
1 parent d4e7057 commit 2810541
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Simplify.Web.Tests/Simplify.Web.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@
<PackageReference Include="Simplify.Xml" Version="1.3.*" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Templates\*.tpl" />
<None Remove="Templates\Test.tpl" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Templates\Test.tpl" />
</ItemGroup>
<ItemGroup>
<None Update="Templates\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="WebSites\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 2810541

Please sign in to comment.