1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-23 00:07:07 +00:00
Sonarr/CassiniDev/BuildDeploy.cmd

8 lines
210 B
Batchfile
Raw Normal View History

2010-10-02 19:01:43 +00:00
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