summaryrefslogtreecommitdiff
path: root/tests/dir.props
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2016-08-31 16:51:58 -0700
committerPat Gavlin <pagavlin@microsoft.com>2016-08-31 16:51:58 -0700
commitc810a1111db04086e31d981090b8ba647375bf77 (patch)
tree1b7b44e2780ff5377b5da401ef726ac89e6129b0 /tests/dir.props
parent8f441624783d5a2a6c17364c633c21f2eac65215 (diff)
downloadcoreclr-c810a1111db04086e31d981090b8ba647375bf77.tar.gz
coreclr-c810a1111db04086e31d981090b8ba647375bf77.tar.bz2
coreclr-c810a1111db04086e31d981090b8ba647375bf77.zip
Stop groveling for project.json files when building every test.
This information is only needed by build.proj. Do not compute it in dir.props, which is included by every test project.
Diffstat (limited to 'tests/dir.props')
-rw-r--r--tests/dir.props5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/dir.props b/tests/dir.props
index 8d7c8b82a6..9d93e93b7d 100644
--- a/tests/dir.props
+++ b/tests/dir.props
@@ -82,11 +82,6 @@
<DnuRestoreCommand>$(DnuRestoreCommand) --packages "$(PackagesDir.TrimEnd('/\'.ToCharArray()))" $(DnuRestoreSource)</DnuRestoreCommand>
</PropertyGroup>
- <!-- Create a collection of all project.json files for dependency updates. -->
- <ItemGroup>
- <ProjectJsonFiles Include="$(SourceDir)**\project.json" />
- </ItemGroup>
-
<!-- Which tests shall we build? Default: Priority 0 tests.
At the command-line, the user can specify /p:CLRTestPriorityToBuild=666 (for example), and
all tests with CLRTestPriority 666,..., 1 AND 0 will build.