summaryrefslogtreecommitdiff
path: root/tests/build.proj
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2018-02-28 10:08:32 -0800
committerGitHub <noreply@github.com>2018-02-28 10:08:32 -0800
commitebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38 (patch)
tree78a170ea3a7c6149f7a7576facc9ab75f7226f36 /tests/build.proj
parent7493d29441180fa1ffdafd77186f3beebee93515 (diff)
downloadcoreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.tar.gz
coreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.tar.bz2
coreclr-ebf1ae6d1cc0ff6fd5d658b7fa0622428a424a38.zip
Revert: Simplify test dependencies for benchmarks (#16647)
This reverts commit 0598b6b8af0fb560837ce0bb8f3c8236c05bbdc9. Updates to xunit console runner break things in Helix. So reverting until we can get that part sorted. Also undoes version updates from #16597; we can't move these forward yet as we're back to netstandard 1.4 for the time being.
Diffstat (limited to 'tests/build.proj')
-rw-r--r--tests/build.proj4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/build.proj b/tests/build.proj
index 699a013029..43c4997763 100644
--- a/tests/build.proj
+++ b/tests/build.proj
@@ -21,11 +21,15 @@
</PropertyGroup>
<ItemGroup>
+ <RestoreProjects Include="$(MSBuildThisFileDirectory)scripts\scripts.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\build_against_pkg_dependencies\build_against_pkg_dependencies.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\targeting_pack_ref\targeting_pack_ref.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\test_dependencies\test_dependencies.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\test_runtime\test_runtime.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\Common\vc_runtime\vc_runtime.csproj" Condition="'$(__BuildArch)' == 'arm'"/>
+ <RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+roslyn\benchmark+roslyn.csproj" />
+ <RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark+serialize\benchmark+serialize.csproj" />
+ <RestoreProjects Include="$(MSBuildThisFileDirectory)src\JIT\config\benchmark\benchmark.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\performance\performance.csproj" />
<RestoreProjects Include="$(MSBuildThisFileDirectory)src\TestWrappersConfig\TestWrappersConfig.csproj" />
</ItemGroup>