Skip to content

Commit

Permalink
Organize the unit test project
Browse files Browse the repository at this point in the history
  • Loading branch information
jsakamoto committed Sep 23, 2024
1 parent c16f1d3 commit 1264c50
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<ItemGroup>
<ProjectReference Include="..\PublishSPAforGitHubPages.Build\PublishSPAforGitHubPages.Build.csproj" />
</ItemGroup>

<ItemGroup>
<None Remove="Fixtures/**/*" />
<Compile Remove="Fixtures/**/*" />
<Content Include="Fixtures/**/*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Remove="Fixtures/**/*" />
<None Remove="Fixtures/**/*" />
<None Include="Fixtures/**/*" />
</ItemGroup>

</Project>

0 comments on commit 1264c50

Please sign in to comment.