Loading
recyclarr: disable concurrency when building
Dotnet defaults to parallel builds, this produces an occasional error message (so far only reproduced on x86_64-linux) about `The process cannot access the file`. With concurrency disabled by only using a single core to build, the error no longer appears.