2011-06-02 02:41:24 +00:00
|
|
|
SET PACKAGEROOT=_rawPackage
|
|
|
|
SET TARGET=%PACKAGEROOT%\NzbDrone
|
2011-05-31 02:05:39 +00:00
|
|
|
|
2011-06-02 02:41:24 +00:00
|
|
|
xcopy IISExpress %TARGET%\IISExpress /E /V /I /Y
|
|
|
|
xcopy NzbDrone\bin\Release\*.* %TARGET%\ /E /V /I /Y
|
2011-05-31 02:05:39 +00:00
|
|
|
|
2011-06-02 02:41:24 +00:00
|
|
|
del %TARGET%\nlog.xml
|
|
|
|
del %TARGET%\*.vshost.exe.*
|
2011-05-31 02:05:39 +00:00
|
|
|
|
2011-06-02 02:41:24 +00:00
|
|
|
xcopy NzbDrone.Web\bin\*.* %TARGET%\NzbDrone.Web\bin\ /E /V /I /Y
|
|
|
|
xcopy NzbDrone.Web\App_GlobalResources\*.* %TARGET%\NzbDrone.Web\App_GlobalResources\ /E /V /I /Y
|
|
|
|
xcopy NzbDrone.Web\Content\*.* %TARGET%\NzbDrone.Web\Content\ /E /V /I /Y
|
|
|
|
xcopy NzbDrone.Web\Scripts\*.* %TARGET%\NzbDrone.Web\Scripts\ /E /V /I /Y
|
|
|
|
xcopy NzbDrone.Web\Views\*.* %TARGET%\NzbDrone.Web\Views\ /E /V /I /Y
|
|
|
|
|
|
|
|
del %TARGET%\NzbDrone.Web\bin\*.xml /q
|
|
|
|
del %TARGET%\NzbDrone.Web\bin\ninject*.pdb /q
|
2011-06-24 01:30:35 +00:00
|
|
|
del %TARGET%\NzbDrone.Web\bin\Mvc*.pdb /q
|
2011-05-31 02:05:39 +00:00
|
|
|
|
|
|
|
xcopy NzbDrone.Web\log.config %TARGET%\NzbDrone.Web\
|
|
|
|
xcopy NzbDrone.Web\Global.asax %TARGET%\NzbDrone.Web\
|
|
|
|
xcopy NzbDrone.Web\favicon.ico %TARGET%\NzbDrone.Web\
|
|
|
|
xcopy NzbDrone.Web\web.config %TARGET%\NzbDrone.Web\
|
|
|
|
|
|
|
|
|
2011-06-02 02:41:24 +00:00
|
|
|
CD %PACKAGEROOT%
|
|
|
|
..\Libraries\7zip\7za.exe a -tzip ..\NzbDrone.zip *
|
|
|
|
|
|
|
|
CD ..
|
|
|
|
Pause
|