Skip to content

Commit

Permalink
Merge pull request #2314 from gep13/fail-ubuntu-builds
Browse files Browse the repository at this point in the history
Prevent failing builds on Ubuntu
  • Loading branch information
gep13 authored Aug 9, 2021
2 parents d52ada8 + 3eac50b commit 21860db
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 21860db

Please sign in to comment.