summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorYi Zhang (CLR) <yizhang82@users.noreply.github.com>2017-07-07 13:34:38 -0700
committerGitHub <noreply@github.com>2017-07-07 13:34:38 -0700
commit14908c750664a000c45936a7b42532a2ed2ad233 (patch)
tree1a3af7f24b12e732ce42a39eef1010cc61beded6 /build.cmd
parent88311c57064bfe69dd60b85d16ee84c93a1d1598 (diff)
downloadcoreclr-14908c750664a000c45936a7b42532a2ed2ad233.tar.gz
coreclr-14908c750664a000c45936a7b42532a2ed2ad233.tar.bz2
coreclr-14908c750664a000c45936a7b42532a2ed2ad233.zip
Revert change that always publish runtime layout (#12679)
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd10
1 files changed, 0 insertions, 10 deletions
diff --git a/build.cmd b/build.cmd
index f9beedd37e..840df6dfff 100644
--- a/build.cmd
+++ b/build.cmd
@@ -506,16 +506,6 @@ if %__BuildTests% EQU 1 (
REM buildtest.cmd has already emitted an error message and mentioned the build log file to examine.
exit /b 1
)
-) else (
- echo %__MsgPrefix%Skipping test build. Proceeding to building runtime layout for %__BuildOS%.%__BuildArch%.%__BuildType%
-
- echo "%__ProjectDir%\tests\runtest.cmd %__BuildArch% %__BuildType% %__UnprocessedBuildArgs% GenerateLayoutOnly"
- @call %__ProjectDir%\tests\runtest.cmd %__BuildArch% %__BuildType% %__UnprocessedBuildArgs% GenerateLayoutOnly
-
- if not !errorlevel! == 0 (
- REM runtest.cmd has already emitted an error message and mentioned the build log file to examine.
- exit /b 1
- )
)
REM =========================================================================================