Skip to content

Commit

Permalink
(chocolatey#2313) Add argument to call to NuGet.exe
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Aug 9, 2021
1 parent d52ada8 commit 3eac50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/compile.step
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
if="${platform::is-unix()}"
>
<arg value='"${app.nuget}"' />
<arg value='restore "${solution.path}"' />
<arg value='restore "${solution.path}" -DisableParallelProcessing' />
</exec>
</target>

Expand Down

0 comments on commit 3eac50b

Please sign in to comment.