Files
gtav-src/tools_ng/etc/automation/tasks/commands/CharacterArtAssetTracker.xml
T
2025-09-29 00:52:08 +02:00

34 lines
984 B
XML
Executable File

<?xml version='1.0'?>
<tasks>
<task name="CharacterArtAssetTracker" machine="rsgedicom1">
<branchname>dev_ng</branchname>
<prebuildcommands/>
<mainbuildcommands>
<command>
<name>CharacterArtAssetTracker</name>
<process>$(toolsbin)/ConfluencePythonTools/runCharacterArtAssetTracker.bat</process>
<args/>
<errorregex>.*error|.*fatal error.*</errorregex>
<warningregex>.*warning</warningregex>
</command>
</mainbuildcommands>
<publishing>
<targetdirectory/>
<publishdirectory/>
</publishing>
<postbuildcommands />
<emailrecipients>
<emailrecipient>
<name>Kristopher.Williams</name>
<email>kristopher.williams@rockstarnorth.com</email>
<rules>
<rule>errors</rule>
<rule>alerts</rule>
</rules>
</emailrecipient>
</emailrecipients>
<monitoringpaths>
<monitoringpath>x:/gta5_dlc/art/dev/peds/art_peds_world/....jpg</monitoringpath>
</monitoringpaths>
</task>
</tasks>