diff --git a/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj b/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj index 9dfab3ec..6d50caf8 100644 --- a/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj +++ b/IOB-WIN-NEXT/IOB-WIN-NEXT.csproj @@ -229,6 +229,8 @@ + + @@ -306,6 +308,12 @@ Always + + PreserveNewest + + + PreserveNewest + PreserveNewest diff --git a/IOB-WIN-NEXT/postBuildTgt.bat b/IOB-WIN-NEXT/postBuildTgt.bat index d0e56e7a..e7fcaf66 100644 --- a/IOB-WIN-NEXT/postBuildTgt.bat +++ b/IOB-WIN-NEXT/postBuildTgt.bat @@ -53,10 +53,13 @@ goto END :RemoteDebug -echo Debug remoto: effettuo robocopy sync +REM copia script verso server remoto +echo Debug remoto: effettuo robocopy sync (verificare remote per cliente) -REM copia script verso server remoto (FINASSI) -ROBOCOPY . \\10.150.0.1\Steamware\IOB-WIN-NEXT-DEB /MIR +REM FINASSI +REM ROBOCOPY . \\10.150.0.1\Steamware\IOB-WIN-NEXT-DEB /MIR +REM Baglietto +ROBOCOPY . \\192.168.60.15\Steamware\IOB-WIN-NEXT-DEB /MIR goto END