Skip to content

Commit

Permalink
Exclude cs files from copying in test project
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jun 26, 2024
1 parent c524079 commit da2eb66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
</ItemGroup>
<ItemGroup>
<Content Include="ReceptiveFieldSimpleCell/*">
<Content Include="ReceptiveFieldSimpleCell/*" Exclude="ReceptiveFieldSimpleCell/*.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit da2eb66

Please sign in to comment.