24 lines
863 B
XML
Executable File
24 lines
863 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/AssetBuilderJobProcessor.xml
|
|
Description: Map Auto-Export Automation Pipeline AssetBuilderJobProcessor Settings.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 8 August 2012
|
|
|
|
Edit: Luke Openshaw <luke.openshaw@rockstarnorth.com>
|
|
Date: 14 August 2012
|
|
-->
|
|
<Parameters>
|
|
<!--
|
|
Parameter to point to file containing nore complex configuraiton data such as valid submission paths.
|
|
-->
|
|
<Array name="Valid Submission Paths" type="string">
|
|
<Parameter value="$(build)" />
|
|
</Array>
|
|
|
|
<Parameter name="Target Folder" type="string" value="$(build)\x64\anim\cutscene" />
|
|
<Parameter name="Publish Folder" type="string" value="$(assets)\automation\$(publish_context)\" />
|
|
<Parameter name="Platforms" type="string" value="Win64" />
|
|
</Parameters>
|