summaryrefslogtreecommitdiff
path: root/tests/src
diff options
context:
space:
mode:
authorMike Danes <onemihaid@hotmail.com>2017-06-02 10:41:59 +0300
committerMike Danes <onemihaid@hotmail.com>2017-06-13 22:38:14 +0300
commitd25f56be196776131984841de94473e49ee12e39 (patch)
treeff090dc5dd84608c1dfbc167f82d5802e0993254 /tests/src
parente977dde4c5f5210447564ca8779d3c6c00eaf7c1 (diff)
downloadcoreclr-d25f56be196776131984841de94473e49ee12e39.tar.gz
coreclr-d25f56be196776131984841de94473e49ee12e39.tar.bz2
coreclr-d25f56be196776131984841de94473e49ee12e39.zip
Do not copy bin subdirectories to test core_root
Diffstat (limited to 'tests/src')
-rw-r--r--tests/src/dir.common.props8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/src/dir.common.props b/tests/src/dir.common.props
index 0d2035c027..c06428d93b 100644
--- a/tests/src/dir.common.props
+++ b/tests/src/dir.common.props
@@ -51,13 +51,5 @@
<TestPath Condition="'$(TestPath)'==''">$(TestWorkingDir)$(OSPlatformConfig)\$(MSBuildProjectName)/</TestPath>
</PropertyGroup>
- <!-- Setup the output location for the project.json generated for the local CoreCLR build. -->
- <PropertyGroup>
- <TestRuntimeProjectJsonDir>$(BaseOutputPath)\test_runtime</TestRuntimeProjectJsonDir>
- <TestRuntimeProjectJson>$(TestRuntimeProjectJsonDir)\project.json</TestRuntimeProjectJson>
- <TestRuntimeProjectLockJson>$(TestRuntimeProjectJsonDir)\project.lock.json</TestRuntimeProjectLockJson>
- </PropertyGroup>
-
-
</Project>