Skip to content

Commit 1903ecc

Browse files
committed
- Disabling xUnit shadow copy to prevent strong name varification failures.
1 parent b29bd72 commit 1903ecc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/Microsoft.Data.SqlClient.Extensions/Abstractions/test/Abstractions.Test.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@
2424
<Using Include="Xunit" />
2525
</ItemGroup>
2626

27+
<ItemGroup>
28+
<ContentWithTargetPath Include="../../../Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/xunit.runner.json">
29+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30+
<TargetPath>xunit.runner.json</TargetPath>
31+
</ContentWithTargetPath>
32+
</ItemGroup>
33+
2734
</Project>

src/Microsoft.Data.SqlClient.Extensions/Azure/test/Azure.Test.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
<Using Include="Xunit" />
2626
</ItemGroup>
2727

28+
<ItemGroup>
29+
<ContentWithTargetPath Include="../../../Microsoft.Data.SqlClient/tests/tools/Microsoft.Data.SqlClient.TestUtilities/xunit.runner.json">
30+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
31+
<TargetPath>xunit.runner.json</TargetPath>
32+
</ContentWithTargetPath>
33+
</ItemGroup>
34+
2835
<!-- Conditional Project References -->
2936
<ItemGroup Condition="'$(ReferenceType)' == 'Project'">
3037
<!--

0 commit comments

Comments
 (0)