From 3eac50bf7c09f788a8c88e6695f908aeff120a18 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 9 Aug 2021 14:41:44 +0100 Subject: [PATCH] (#2313) Add argument to call to NuGet.exe Restoring packages using Mono on Ubuntu is intermittently causing errors, which are then failing the overall build. The suggestion is to add the DisableParallelProcessing flag to the invocation of NuGet.exe. --- .build/compile.step | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/compile.step b/.build/compile.step index 62aaf4ec6b..49888ddb06 100644 --- a/.build/compile.step +++ b/.build/compile.step @@ -75,7 +75,7 @@ if="${platform::is-unix()}" > - +