2012-02-05 06:34:36 +00:00
|
|
|
SET TARGET=_rawPackage_service
|
|
|
|
|
|
|
|
rd %TARGET% /S /Q
|
|
|
|
|
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\bin\*.* %TARGET%\bin\ /E /V /I /Y /F /O
|
2012-02-28 08:05:01 +00:00
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\Content\*.* %TARGET%\Content\ /E /V /I /Y /F /O
|
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\Scripts\*.* %TARGET%\Scripts\ /E /V /I /Y /F /O
|
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\Views\*.* %TARGET%\Views\ /E /V /I /Y /F /O
|
2012-02-05 06:34:36 +00:00
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\log.config %TARGET% /S /V /I /Y /F /O
|
|
|
|
xcopy NzbDrone.Services\NzbDrone.Services.Service\Global.asax %TARGET% /S /V /I /Y /F /O
|
|
|
|
xcopy service_deploy_production.bat %TARGET% /O /Y
|
|
|
|
|
|
|
|
Libraries\CTT\ctt.exe source:"NzbDrone.Services\NzbDrone.Services.Service\Web.config" transform:"NzbDrone.Services\NzbDrone.Services.Service\Web.Stage.config" destination:"%TARGET%\Web.config"
|
|
|
|
Libraries\CTT\ctt.exe source:"NzbDrone.Services\NzbDrone.Services.Service\Web.config" transform:"NzbDrone.Services\NzbDrone.Services.Service\Web.Release.config" destination:"%TARGET%\Web.production.config"
|
|
|
|
|
|
|
|
CD %TARGET%
|
|
|
|
|
|
|
|
del nlog.xml /Q /F /S
|
|
|
|
del nlog.pdb /Q /F /S
|
|
|
|
del ninject*.pdb /Q /F /S
|
|
|
|
del ninject*.xml /Q /F /S
|
|
|
|
del Mvc*.pdb /Q /F /S
|
|
|
|
del bin\*.xml /Q /F /S
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
rd C:\inetpub\services_stage /S /Q
|
|
|
|
|
2012-12-28 02:21:35 +00:00
|
|
|
xcopy _rawPackage_service\*.* C:\inetpub\stage-services.nzbdrone.com /E /V /I /Y
|
2012-02-05 06:34:36 +00:00
|
|
|
|
|
|
|
|