22 lines
642 B
XML
Executable File
22 lines
642 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="assetbuild_convert_modifications.rb --project=$(RS_PROJECT) --branch=$(buildbranch) $(skip) '$(wildcard)'"
|
|
description="Convert assets."
|
|
buildTimeoutSeconds="60000"/>
|
|
</cb:scope>
|
|
</tasks>
|
|
|
|
|
|
|