12 lines
403 B
XML
Executable File
12 lines
403 B
XML
Executable File
<cb:scope xmlns:cb="urn:ccnet.config.builder">
|
|
|
|
<exec executable="cmd.exe"
|
|
buildArgs="/C xcopy $(drive)\$(game)\build\$(buildbranch)\game_$(platform_type)_$(build_config)*.* $(artifacts_dir)\builds\latest /I /F /Y"
|
|
description="copying executable"
|
|
abortOnFail="false"/>
|
|
|
|
|
|
<cb:include href="codebuilder_exec_binary_stats_$(platform)_$(project_group).xml"/>
|
|
|
|
</cb:scope>
|