Skip to content
Snippets Groups Projects
Unverified Commit 601b29c6 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony Committed by GitHub
Browse files

Don't clean external directory on Windows

parent 2dd5f2ce
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ if "!CLEANBUILD!" == "yes" (
)
if EXIST %BUILD_DIR% (
git clean -fdx --exclude=%BUILD_DIR_REL%
git clean -fdx --exclude=external --exclude=%BUILD_DIR_REL%
rmdir /S /Q %BUILD_DIR%\bin %BUILD_DIR%\ExternalData
for /f %%F in ('dir /b /a-d /S "TEST-*.xml"') do del /Q %%F >/nul
if "!CLEAN_EXTERNAL_PROJECTS!" == "true" (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment