summaryrefslogtreecommitdiff
path: root/build-test.cmd
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 /build-test.cmd
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 'build-test.cmd')
-rw-r--r--build-test.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-test.cmd b/build-test.cmd
index 6291f502ec..859ce76ec5 100644
--- a/build-test.cmd
+++ b/build-test.cmd
@@ -286,7 +286,7 @@ if exist "%CORE_ROOT%" rd /s /q "%CORE_ROOT%"
if exist "%CORE_ROOT_STAGE%" rd /s /q "%CORE_ROOT_STAGE%"
md "%CORE_ROOT%"
md "%CORE_ROOT_STAGE%"
-xcopy /s "%__BinDir%" "%CORE_ROOT_STAGE%"
+xcopy "%__BinDir%" "%CORE_ROOT_STAGE%"
if defined __BuildAgainstPackagesArg (