BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Only build sequentially

Open timcassell opened this issue 2 years ago • 1 comments

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.

timcassell avatar Sep 03 '23 08:09 timcassell

@adamsitnik could you please take a look?

AndreyAkinshin avatar Oct 03 '23 16:10 AndreyAkinshin

Superseded by #2563

timcassell avatar Apr 17 '24 07:04 timcassell