20 lines
970 B
XML
Executable File
20 lines
970 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/CutscenePackageTask.xml
|
|
Description: Core Cutscene Package Task Configuration Data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 13 August 2012
|
|
|
|
-->
|
|
<Parameters>
|
|
<!-- Number of hours to keep completed/errored/aborted jobs available -->
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="24" />
|
|
<Parameter name="Minimum Number of Builds" type="int" value="10"/>
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/CutscenePackageNotifications.xml" />
|
|
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/CutscenePackageMonitoring.xml" />
|
|
<Parameter name="Stop Build" type="bool" value="false" />
|
|
|
|
<Parameter name="Monitor DLC Projects" type="bool" value="true" />
|
|
<Parameter name="Monitor Core Project" type="bool" value="true" />
|
|
</Parameters> |