Merge pull request #42366 from twangboy/win_fix_build

Remove build and dist directories before install
This commit is contained in:
Mike Place 2017-07-19 11:37:40 -05:00 committed by GitHub
commit eb9e4206c9

View file

@ -110,6 +110,13 @@ if not %errorLevel%==0 (
)
@echo.
:: Remove build and dist directories
@echo %0 :: Remove build and dist directories...
@echo ---------------------------------------------------------------------
rd /s /q "%SrcDir%\build"
rd /s /q "%SrcDir%\dist"
@echo.
:: Install Current Version of salt
@echo %0 :: Install Current Version of salt...
@echo ---------------------------------------------------------------------