Skip to content

Commit 0a9346e

Browse files
committed
Download Microsoft.TestPlatform.Portable
To workaround bug in Stryker.NET 4.4.0 that was fixed by stryker-mutator/stryker-net#3105
1 parent dc0edac commit 0a9346e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Serilog.Formatting.Log4Net.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" />
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<PackageDownload Include="Microsoft.TestPlatform.Portable" version="[17.11.1]" />
26+
</ItemGroup>
27+
2428
<ItemGroup>
2529
<VSTestLogger Include="GitHubActions%3Bsummary.includePassedTests=true%3Bsummary.includeSkippedTests=true" Visible="false" Condition="$(GITHUB_STEP_SUMMARY) != ''" />
2630
<VSTestLogger Include="trx%3BLogFileName=TestResults-$(TargetFramework).trx" Visible="false" Condition="$(ContinuousIntegrationBuild) == 'true'" />

0 commit comments

Comments
 (0)