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>2017-07-03 20:16:52 +0300
committerGitHub <noreply@github.com>2017-07-03 20:16:52 +0300
commit02cc936e069cadca952fa5ab58da6bdb01960575 (patch)
treeee40544e8e474db1c0b57e5063fe3b871afb53ae /dir.props
parent8345e61491258854d4b1e7424db013b448436c51 (diff)
Disable BuildInParallel for the RestoreAllPackages (#4050)
Fixes #4014
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 0 insertions, 2 deletions
diff --git a/dir.props b/dir.props
index ca8021540..875dbe3a6 100644
--- a/dir.props
+++ b/dir.props
@@ -242,8 +242,6 @@
</PropertyGroup>
<PropertyGroup>
- <!-- Disable built-in recursive restore from NuGet.targets. It collides with dir.traversal.targets. -->
- <RestoreRecursive>false</RestoreRecursive>
<PrereleaseResolveNuGetPackages>true</PrereleaseResolveNuGetPackages>
<NuGetTargetMoniker Condition="'$(NuGetTargetFramework)' == ''">.NETCoreApp,Version=v2.0</NuGetTargetMoniker>
<BuildPackageLibraryReferences>false</BuildPackageLibraryReferences>