Skip to content

Commit

Permalink
Merge pull request #190 from SANDAG/ABM3_develop_build_delete
Browse files Browse the repository at this point in the history
Delete old files when rebuilding release
  • Loading branch information
bhargavasana authored Aug 26, 2024
2 parents 8ec037e + c38e0b0 commit 487b770
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ if exist %ROOT% (

:build

@REM Delete common directory first so deleted files are not preserved
if exist %ROOT%\common rmdir /s /q %ROOT%\common

@REM Copy scenario creation scripts
for /f "tokens=*" %%i in (build_create_scenario_scripts.txt) DO (
xcopy /Y .\src\main\resources\%%i %ROOT%
Expand Down

0 comments on commit 487b770

Please sign in to comment.