From 5eed576e4247cd13c707f8818337c5152e98bc36 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 28 Feb 2012 00:05:01 -0800 Subject: [PATCH] Updated Services staging deploy bat to included View files. --- service_stage.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/service_stage.bat b/service_stage.bat index 0b0ba93d7..4f14ddbfb 100644 --- a/service_stage.bat +++ b/service_stage.bat @@ -3,6 +3,9 @@ SET TARGET=_rawPackage_service rd %TARGET% /S /Q xcopy NzbDrone.Services\NzbDrone.Services.Service\bin\*.* %TARGET%\bin\ /E /V /I /Y /F /O +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 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