Bladeren bron

fix missing del command in post build

ignore of coreplugins is not working...
Eric Reed 12 jaren geleden
bovenliggende
commit
e30b962173
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

+ 1 - 1
MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

@@ -390,7 +390,7 @@ xcopy "$(TargetDir)x86" "$(SolutionDir)..\Deploy\Server\System\x86" /y
 mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
 mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
 xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
 xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
 
 
-del 
+del "$(SolutionDir)..\Deploy\MBServer.zip"
 "$(SolutionDir)7za" a -tzip "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
 "$(SolutionDir)7za" a -tzip "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
 )</PostBuildEvent>
 )</PostBuildEvent>
   </PropertyGroup>
   </PropertyGroup>