audiothekar: disable parallel building

This commit is contained in:
David McFarland
2025-04-11 21:20:22 -03:00
parent 568d2e6ab8
commit 569b88b271
+5
View File
@@ -20,6 +20,11 @@ buildDotnetModule rec {
projectFile = "Audiothekar.sln";
# > Unable to use package assets cache due to I/O error. This can occur when
# > the same project is built more than once in parallel. Performance may be
# > degraded, but the build result will not be impacted.
enableParallelBuilding = false;
doCheck = false;
nugetDeps = ./deps.json;