Files
gtav-src/tools_ng/etc/CruiseControl/codebuilder/codebuilder_ragebuilder_win32_tasks.xml
2025-09-29 00:52:08 +02:00

16 lines
458 B
XML
Executable File

<tasks xmlns:cb="urn:ccnet.config.builder">
<cb:scope solution="$(solution_file)">
<cb:scope incredicmd="/clean">
<cb:scope target="$(build_config)|$(platform_compiler)">
<cb:include href="$(task_exec_file)"/>
</cb:scope>
</cb:scope>
<cb:scope incredicmd="/rebuild">
<cb:scope target="$(build_config)|$(platform_compiler)">
<cb:include href="$(task_exec_file)"/>
</cb:scope>
</cb:scope>
</cb:scope>
</tasks>