Skip to content

Commit d91abb1

Browse files
authored
Merge pull request #44 from BDisp/v2-3952_Test_Failures-fix
Create link to the file TestHelpers.
2 parents 6b0140f + b826c8c commit d91abb1

File tree

5 files changed

+11
-1526
lines changed

5 files changed

+11
-1526
lines changed

Tests/IntegrationTests/IntegrationTests.csproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@
1717
<PropertyGroup Condition="'$(Configuration)'=='Release'">
1818
<Optimize>true</Optimize>
1919
</PropertyGroup>
20+
<ItemGroup>
21+
<Compile Include="..\UnitTests\TestHelpers.cs" Link="TestHelpers.cs" />
22+
</ItemGroup>
2023

2124
<ItemGroup>
2225
<PackageReference Include="coverlet.collector" />
2326
<PackageReference Include="Microsoft.NET.Test.Sdk" />
24-
<PackageReference Include="xunit" />
27+
<PackageReference Include="xunit" />
2528
<PackageReference Include="xunit.runner.visualstudio" />
2629
</ItemGroup>
2730
<ItemGroup>

0 commit comments

Comments
 (0)