20 lines
593 B
XML
Executable File
20 lines
593 B
XML
Executable File
<tasks xmlns:cb="urn:ccnet.config.builder">
|
|
<!-- create artifact buildlog dir -->
|
|
<exec executable="cmd.exe"
|
|
buildArgs="/C mkdir $(artifacts_dir)\buildlogs>>ignore.log 2>&1"
|
|
description="making artifacts buildlogs dir"
|
|
abortOnFail="false"
|
|
successExitCodes= "0,1" />
|
|
|
|
<cb:scope>
|
|
<exec executable="ruby.exe"
|
|
baseDirectory="$(RS_TOOLSLIB)\util\assetbuilder"
|
|
buildArgs="assetbuilder_run_command.rb $(command)"
|
|
description="Running assetbuilder command $(command)"
|
|
buildTimeoutSeconds="10000"/>
|
|
</cb:scope>
|
|
</tasks>
|
|
|
|
|
|
|