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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Hendrix <jhendrix@microsoft.com>2015-06-30 04:02:16 +0300
committerJoel Hendrix <jhendrix@microsoft.com>2015-06-30 04:02:16 +0300
commitcd7d6a271880936f30e8786c661be78463943d8c (patch)
treeade52dd125893b7b2019156bdaea97a30aee79fb /build.proj
parentc034b13078bb85eeb7175e8b33713e85dc32e97e (diff)
Port build time and reliability fixes from ProjectN. This includes fixes from the following changesets.
1485206 1485208 1486043 1488531 1493227 1493288 1493289 1493328 1493358 1495328 [tfs-changeset: 1495502]
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index f4600b420a..9a45c51348 100644
--- a/build.proj
+++ b/build.proj
@@ -21,7 +21,7 @@
<Message Importance="High" Text="Restoring all packages..." />
<!-- restore all project.jsons in one pass for perf & to avoid concurrency problems with dnu -->
<!-- include ToolsDir to restore test-runtime\project.json as well -->
- <Exec Command="$(DnuRestoreCommand) &quot;$(MSBuildProjectDirectory)\src&quot; &quot;$(ToolsDir)&quot;" StandardOutputImportance="Low" CustomErrorRegularExpression="^Unable to locate .*" />
+ <Exec Command="$(DnuRestoreCommand) $(DnuRestoreDirs)" StandardOutputImportance="Low" CustomErrorRegularExpression="^Unable to locate .*" />
<ItemGroup>
<_allPackagesConfigs Include="$(MSBuildProjectDirectory)\src\**\packages.config"/>