Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Copying the contentFiles to output so tests can access them
By copying these files to the output, referecing projects such
as the test projects, will automatically get a copy of these
files in their output, which makes it possible to reference
them for the unit tests that create in-memory projects that
need to use these APIs as if the package was installed.
  • Loading branch information
kzu committed Mar 11, 2018
commit 8bfe70be355a16a95acbdc9f91aff2a53d5b1b98
2 changes: 1 addition & 1 deletion src/Moq/Moq/Moq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<Compile Remove="contentFiles\**\*.cs" />
<None Remove="contentFiles\**\*.*" />
<None Include="contentFiles\**\*.*" Pack="true" />
<None Include="contentFiles\**\*.*" Pack="true" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Stunts/Stunts/Stunts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<Compile Remove="contentFiles\**\*.cs" />
<None Remove="contentFiles\**\*.*" />
<None Include="contentFiles\**\*.*" Pack="true" />
<None Include="contentFiles\**\*.*" Pack="true" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
Expand Down