1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-22 15:53:23 +00:00
Lidarr/CassiniDev/BuildDeploy.cmd
2010-10-02 12:01:43 -07:00

7 lines
210 B
Batchfile

del ..\deploy\*.* /s/q
xcopy bin\x86 ..\deploy /S /I /F /Y <nul:
del ..\deploy\*vshost* /s
del ..\deploy\release\*.pdb /s
del ..\deploy\*.db3 /s
rem tree ..\deploy /f>..\deploy.txt
copy ..\*.txt ..\deploy\ /Y