Build Street Light
<Target Name="BeforeEndToEndIteration"> <CallTarget Condition="'$(IsDesktopBuild)'!='true'" Targets="SetDeviceControllerYellow" /> </Target> <Target Name="AfterOnBuildBreak"> <CallTarget Condition="'$(IsDesktopBuild)'!='true'" Targets="SetDeviceControllerRed" /> </Target> <Target Name="AfterEndToEndIteration"> <CallTarget Condition="'$(IsDesktopBuild)'!='true'" Targets="SetDeviceControllerGreen" /> </Target> <Target Name="SetDeviceControllerYellow"> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="1" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="3" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="2" StartTime="7:00" EndTime="17:00" Command="1" TargetMachine="Omanew263" /> </Target> <Target Name="SetDeviceControllerGreen"> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="2" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="3" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="1" StartTime="7:00" EndTime="17:00" Command="1" TargetMachine="Omanew263" /> </Target> <Target Name="SetDeviceControllerRed"> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\program files\pstools\psexec.exe" HouseCode="A" DeviceCode="1" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="2" StartTime="7:00" EndTime="17:00" Command="0" TargetMachine="Omanew263" /> <DeviceController DeviceControllerAppPathFileName="c:\x10communicator\x10communicator.exe" RemoteExecutePathFilename="c:\pstools\psexec.exe" HouseCode="A" DeviceCode="3" StartTime="7:00" EndTime="17:00" Command="1" TargetMachine="Omanew263" /> </Target>