diff --git a/Admin/Application.csproj b/Admin/Application.csproj index ee6fbf3c3..6790dae91 100644 --- a/Admin/Application.csproj +++ b/Admin/Application.csproj @@ -156,6 +156,15 @@ + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + @@ -351,11 +360,11 @@ copy /Y "$(ProjectDir)lib\Kayak.dll" "$(SolutionDir)BUILD\lib" xcopy /Y /I /E "$(ProjectDir)webfront\*" "$(SolutionDir)BUILD\Webfront" -if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.4 +if $(ConfigurationName) == Release-Nightly powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.4 if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.4 - xcopy "$(SolutionDir)BUILD\plugins" "$(TargetDir)plugins" /Y + xcopy /Y "$(SolutionDir)BUILD\Plugins" "$(TargetDir)Plugins\"