소스 검색

removed CorePlugins from build event

Luke Pulverenti 12 년 전
부모
커밋
8f54eba12a
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

+ 0 - 3
MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

@@ -403,9 +403,6 @@ xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\Sys
 
 xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
 
-mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
-xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
-
 mkdir "$(SolutionDir)..\Deploy\Server\System\dashboard-ui"
 xcopy "$(TargetDir)dashboard-ui" "$(SolutionDir)..\Deploy\Server\System\dashboard-ui" /y /s