summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@microsoft.com>2016-03-31 10:59:43 -0700
committerKyungwoo Lee <kyulee@microsoft.com>2016-04-01 10:57:06 -0700
commited465d97cbb2164d9cd7872ce0aaf44978383ba0 (patch)
tree1c65576373810913ef5c82c7eb4451e72d960276 /build.cmd
parent4f29f251e6597180724d4a0f6883810143e94161 (diff)
downloadcoreclr-ed465d97cbb2164d9cd7872ce0aaf44978383ba0.tar.gz
coreclr-ed465d97cbb2164d9cd7872ce0aaf44978383ba0.tar.bz2
coreclr-ed465d97cbb2164d9cd7872ce0aaf44978383ba0.zip
Fix clean build that deletes Tools
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.cmd b/build.cmd
index be2a73c3b5..754c986477 100644
--- a/build.cmd
+++ b/build.cmd
@@ -202,6 +202,7 @@ if exist "%__IntermediatesDir%" rd /s /q "%__IntermediatesDir%"
if exist "%__TestBinDir%" rd /s /q "%__TestBinDir%"
if exist "%__TestIntermediatesDir%" rd /s /q "%__TestIntermediatesDir%"
if exist "%__LogsDir%" del /f /q "%__LogsDir%\*_%__BuildOS%__%__BuildArch%__%__BuildType%.*"
+if exist "%__ProjectDir%\Tools" rd /s /q "%__ProjectDir%\Tools"
:SkipCleanBuild