Builds are failing on Ubuntu when attempting to restore packages from NuGet.org #2313
Labels
5 - Released
BuildAutomation
NO RELEASE NOTES
Should not be included in the release notes - not enhancing or fixing end product.
Milestone
When building on Mono, we see the following output when attempting to restore packages from NuGet.org:
According to this report:
mono/mono#12406 (comment)
This is a known problem when restoring packages on Mono, although this is the first time that we are seeing this.
The workaround is to append the
-DisableParallelProcessing
argument when invoking NuGet.exe. This can be done within the .uppercut file.The text was updated successfully, but these errors were encountered: