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:
authorDavis Goodin <dagood@microsoft.com>2016-02-16 22:40:36 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2016-02-17 20:09:42 +0300
commit11262b4f15d0d500564fe9f080513ff339c8a1ae (patch)
tree285fbe91dc359554541210df0397d391317e8ba4 /build.proj
parent8576c7e715dc34f6f2d2fc4478be462776f5e110 (diff)
Internally, restore solely from a VSTS feed. Add <clear/> back to NuGet.Config files.
Updated internal xplat nuget fork to allow the <clear/> and to bring in other fixes. Fixed project.jsons to allow parallel restore. xplat nuget has a race condition when dependencies on the same package have different capitalization, so those were normalized towards uppercase. [tfs-changeset: 1575564]
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 4d35d10993..4f6bfbae21 100644
--- a/build.proj
+++ b/build.proj
@@ -63,7 +63,7 @@
ContinueOnError="ErrorAndContinue"
Condition="'$(SkipGatherRestoreDirs)' != 'true'" />
- <Exec Command="$(DnuRestoreCommand) &quot;%(DnuRestoreDir.Identity)&quot;"
+ <Exec Command="$(DnuRestoreCommand) @(DnuRestoreDir->'&quot;%(Identity)&quot;', ' ')"
StandardOutputImportance="Low"
CustomErrorRegularExpression="(^Unable to locate .*)|(^Updating the invalid lock file with .*)"
ContinueOnError="ErrorAndContinue"