We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8cf0d commit e89ded7Copy full SHA for e89ded7
src/BenchmarkDotNet.TestAdapter/build/BenchmarkDotNet.TestAdapter.props
@@ -1,6 +1,8 @@
1
<Project InitialTargets="GenerateBDNEntryPoint" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
<PropertyGroup>
3
<EntryPointSourceDirectory>$(MSBuildThisFileDirectory)..\entrypoints\</EntryPointSourceDirectory>
4
+ <!-- Disable parallel tests between TargetFrameworks, if it's not explicitly specified. -->
5
+ <TestTfmsInParallel Condition="'$(TestTfmsInParallel)' = ''">true</TestTfmsInParallel>
6
</PropertyGroup>
7
<!--
8
Microsoft.NET.Test.Sdk uses a property called "GenerateProgramFile" to determine whether it generates an entry
0 commit comments