Fix x remote debug Baglietto

This commit is contained in:
Samuele E. Locatelli
2022-09-07 12:17:01 +02:00
parent 04d42a0bc1
commit afa2b2b069
2 changed files with 14 additions and 3 deletions
+8
View File
@@ -229,6 +229,8 @@
<Compile Include="IobModbusTCPCenterfrigo.cs" />
<Compile Include="IobModbusTCPHelpi.cs" />
<Compile Include="IobModbusTCPCedax.cs" />
<Compile Include="IobOpcUaMBH.cs" />
<Compile Include="IobOpcUaMBHCimolai.cs" />
<Compile Include="IobOpcUaSiemensOMP.cs" />
<Compile Include="IobOpcUaSiemens.cs" />
<Compile Include="IobOpcUaOmronIcoel.cs" />
@@ -306,6 +308,12 @@
<None Include="DATA\CONF\1033.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\BAGLIETTO_CIMOLAI_01.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\BAGLIETTO_CIMOLAI_01.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\GIACO_CEDAX_001.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
+6 -3
View File
@@ -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