Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-02-18 05:18:46 +0300
committerJan Kotas <jkotas@microsoft.com>2016-02-18 05:18:46 +0300
commit7af499fd084dd29f1105fa1f78df6da89d5455ea (patch)
treebd25a886b19e9d9b558e9d9793a6ee4a39c08d55 /dir.props
parent0f2eacd504c4aea2d62934c702082e646a7b7e19 (diff)
Revert "Disable parallel restore"
This reverts commit 0acc9d64fe3e9776f344f6a945278ea163a3875e.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props4
1 files changed, 1 insertions, 3 deletions
diff --git a/dir.props b/dir.props
index e9610e25b..4a9811d25 100644
--- a/dir.props
+++ b/dir.props
@@ -161,9 +161,7 @@
<DnuRestoreCommand>"$(DnuToolPath)"</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) restore</DnuRestoreCommand>
- <!-- Disable parallel restore for now https://github.com/dotnet/corert/issues/838 -->
- <!-- <DnuRestoreCommand Condition="'$(ParallelRestore)'=='true'">$(DnuRestoreCommand) - -parallel</DnuRestoreCommand> -->
- <DnuRestoreCommand>$(DnuRestoreCommand) --disable-parallel</DnuRestoreCommand>
+ <DnuRestoreCommand Condition="'$(ParallelRestore)'=='true'">$(DnuRestoreCommand) --parallel</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('/\'.ToCharArray()))" $(DnuRestoreSource)</DnuRestoreCommand>
<DnuRestoreCommand Condition="'$(LockDependencies)' == 'true'">$(DnuRestoreCommand) --lock</DnuRestoreCommand>
</PropertyGroup>