Closed
Description
When running benchmark with multiple Jobs that use WithCustomBuildConfiguration
.
Parallel build is failed. and switching to sequential build.
BenchmarkDotNet/src/BenchmarkDotNet/Running/BenchmarkRunnerClean.cs
Lines 365 to 393 in f4bfcd6
I though parallel build failure is caused because obj\project.assets.json
is shared between build configurations.
And wrong dependencies are used for parallel build.
Is is able to add options to disable parallel build?
And If it can disable parallel build. It will be a workaround for #2425 also.