summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-04-26 18:17:22 -0500
committerDavis Goodin <dagood@microsoft.com>2016-05-16 09:46:07 -0500
commit90bea6f3ed374a1bc6041e31cf3bdca06ac93dc4 (patch)
tree2780c8e11a333656892de4422686fd6b1f4d6539 /tests/dir.props
parent71fe847d72f7b6a4d019c3bd2715ceba3bc1b33b (diff)
downloadcoreclr-90bea6f3ed374a1bc6041e31cf3bdca06ac93dc4.tar.gz
coreclr-90bea6f3ed374a1bc6041e31cf3bdca06ac93dc4.tar.bz2
coreclr-90bea6f3ed374a1bc6041e31cf3bdca06ac93dc4.zip
Remove --infer-runtimes restore arg: runtimes specified in project.json files.
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dir.props b/tests/dir.props
index c456700e36..c97ddd5c5e 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -104,7 +104,6 @@
<DnuRestoreCommand>$(DnuRestoreCommand) "$(DotnetToolCommand)"</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) restore</DnuRestoreCommand>
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('/\'.ToCharArray()))" $(DnuRestoreSource)</DnuRestoreCommand>
- <DnuRestoreCommand Condition="'$(InferRuntimes)'!='false'">$(DnuRestoreCommand) --infer-runtimes</DnuRestoreCommand>
</PropertyGroup>
<!-- Create a collection of all project.json files for dependency updates. -->