Fix x remote debug Baglietto
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user