Skip to content

Commit

Permalink
Fix xunit test parallelisation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Aug 18, 2024
1 parent 68311e4 commit 1fcd1af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AsyncKeyedLock.Tests/AsyncKeyedLock.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
<ProjectReference Include="..\AsyncKeyedLock\AsyncKeyedLock.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit 1fcd1af

Please sign in to comment.