Files
2025-09-29 00:52:08 +02:00

53 lines
1.9 KiB
XML
Executable File

<tasks xmlns:cb="urn:ccnet.config.builder">
<!-- create artifact log dir - as new projects modification writer would fail otherwise -->
<exec executable="cmd.exe"
buildArgs="/C mkdir $(artifacts_dir)\buildlogs>>ignore.log 2&gt;&amp;1"
description="making artifacts logdir"
abortOnFail="false"
successExitCodes= "0,1" />
<modificationWriter pendingFilename = "modificationsPending.xml" logDir=".\buildlogs" postScript="$(RS_TOOLSROOT)\script\util\cruisecontrol\post_log_project_state.bat" postArgs="$(projectname)" />
<exec executable="cmd.exe"
buildArgs='/C echo "[colourise=grey]INFO_MSG: WIKI https://devstar.rockstargames.com/wiki/index.php/Tool_Builder"'
buildTimeoutSeconds="60"/>
<exec executable="cmd.exe"
buildArgs='/C echo "[colourise=grey]INFO_MSG: Custom CL Report http://$(dashboard)/ccnet/custom_reports/$(function)_project_state_aggregate.html"'
buildTimeoutSeconds="60"/>
<exec executable="cmd.exe"
buildArgs='/C echo "[colourise=grey]INFO_MSG: CCTray %RS_TOOLSROOT%\script\util\CruiseControl\CCTray\cctray_toolsbuilder.bat"'
buildTimeoutSeconds="60"/>
<cb:include href="$(sync_tools_file)"/>
<cb:scope solution="$(solution_file)">
<cb:scope target="$(targets)">
<cb:include href="$(task_exec_file)"/>
</cb:scope>
</cb:scope>
<cb:scope solution="$(solution_file_1)">
<cb:scope target="$(targets_1)" incredicmd = "$(incredicmd_1)">
<cb:include href="$(task_exec_file_1)"/>
</cb:scope>
</cb:scope>
<cb:scope solution="$(solution_file_2)" incredicmd = "$(incredicmd_2)">
<cb:scope target="$(targets_2)">
<cb:include href="$(task_exec_file_2)"/>
</cb:scope>
</cb:scope>
<cb:scope solution="$(solution_file_3)" incredicmd = "$(incredicmd_3)">
<cb:scope target="$(targets_3)">
<cb:include href="$(task_exec_file_3)"/>
</cb:scope>
</cb:scope>
<cb:include href="$(buildpublisher_file)"/>
</tasks>