Skip to content

Commit e89ded7

Browse files
committed
chore: add setting to disable tfm parallel tests
1 parent da8cf0d commit e89ded7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/BenchmarkDotNet.TestAdapter/build/BenchmarkDotNet.TestAdapter.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<Project InitialTargets="GenerateBDNEntryPoint" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<EntryPointSourceDirectory>$(MSBuildThisFileDirectory)..\entrypoints\</EntryPointSourceDirectory>
4+
<!-- Disable parallel tests between TargetFrameworks, if it's not explicitly specified. -->
5+
<TestTfmsInParallel Condition="'$(TestTfmsInParallel)' = ''">true</TestTfmsInParallel>
46
</PropertyGroup>
57
<!--
68
Microsoft.NET.Test.Sdk uses a property called "GenerateProgramFile" to determine whether it generates an entry

0 commit comments

Comments
 (0)