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 f115221 commit 4071caeCopy full SHA for 4071cae
src/BenchmarkDotNet.TestAdapter/build/BenchmarkDotNet.TestAdapter.props
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<EntryPointSourceDirectory>$(MSBuildThisFileDirectory)..\entrypoints\</EntryPointSourceDirectory>
4
<!-- Disable parallel tests between TargetFrameworks, if it's not explicitly specified. -->
5
- <TestTfmsInParallel Condition="'$(TestTfmsInParallel)' = ''">false</TestTfmsInParallel>
+ <TestTfmsInParallel Condition="'$(TestTfmsInParallel)' == ''">false</TestTfmsInParallel>
6
</PropertyGroup>
7
<!--
8
Microsoft.NET.Test.Sdk uses a property called "GenerateProgramFile" to determine whether it generates an entry
0 commit comments