BenchmarkDotNet
BenchmarkDotNet copied to clipboard
Only build sequentially
Fixes #2425
I'm not sure why MSBuild fails when building in parallel with those settings, then builds with the wrong settings after switching to sequential (some latent build artifacts I guess). I tried adding --no-incremental to the build, but it had no effect. Only building sequentially fixes it.
@adamsitnik could you please take a look?
Superseded by #2563