mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42368 from twangboy/win_fix_build_2016.11
Remove build and dist directories before install (2016.11)
This commit is contained in:
commit
10eb7b7a79
1 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,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 ---------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue