Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 84efb3f

Browse files
committed
Merge pull request #2224 from nguerrera/turn-off-parallel-restore-by-default
Turn off parallel package restore by default
2 parents 1701801 + d4a6230 commit 84efb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
<DnuRestoreCommand>"$(DnuToolPath)"</DnuRestoreCommand>
8787
<DnuRestoreCommand>$(DnuRestoreCommand) restore</DnuRestoreCommand>
88-
<DnuRestoreCommand>$(DnuRestoreCommand) --parallel</DnuRestoreCommand>
88+
<DnuRestoreCommand Condition="'$(ParallelRestore)'=='true'">$(DnuRestoreCommand) --parallel</DnuRestoreCommand>
8989
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('/\'.ToCharArray()))" $(DnuRestoreSource)</DnuRestoreCommand>
9090
<DnuRestoreCommand Condition="'$(LockDependencies)' == 'true'">$(DnuRestoreCommand) --lock</DnuRestoreCommand>
9191
</PropertyGroup>

0 commit comments

Comments
 (0)