summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorRahul Kumar <rahku@microsoft.com>2016-07-06 14:39:21 -0700
committerRahul Kumar <rahku@microsoft.com>2016-07-06 14:39:21 -0700
commit14ae2d54a4d37303d4a3a4d52c300596559ef41a (patch)
treeee1f8a616b10ddb3a160cec19ffb270269426e23 /build.cmd
parent5a95caf62c33b61e1c4deab47101d92a386bab2a (diff)
downloadcoreclr-14ae2d54a4d37303d4a3a4d52c300596559ef41a.tar.gz
coreclr-14ae2d54a4d37303d4a3a4d52c300596559ef41a.tar.bz2
coreclr-14ae2d54a4d37303d4a3a4d52c300596559ef41a.zip
Do not clean tests folder when skiptests option is used along with clean
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.cmd b/build.cmd
index 0e4b1c4540..4bbc3c88d5 100644
--- a/build.cmd
+++ b/build.cmd
@@ -203,8 +203,6 @@ set __msbuildCleanBuildArgs=/t:rebuild
:: Cleanup the previous output for the selected configuration
if exist "%__BinDir%" rd /s /q "%__BinDir%"
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"