Files
gtav-src/tools_ng/etc/CruiseControl/rage/tools/ToolsBuild_minor.dtd
T
2025-09-29 00:52:08 +02:00

37 lines
1.5 KiB
DTD
Executable File

<project
xmlns:cb="urn:ccnet.config.builder"
name="$(projectFullName)"
queue="$(queueName)"
queuePriority="$(queuePriority)">
<workingDirectory>$(workingDir)</workingDirectory>
<artifactDirectory>$(artifactsDir)</artifactDirectory>
<category>Core Code</category>
<webURL>$(webURLServer)/$(webURLDir)/$(webURLPage)</webURL>
<modificationDelaySeconds>2</modificationDelaySeconds>
<cb:include href="$(triggersFile)"/>
<state type="state" directory="$(buildDir)"/>
<cb:include href="$(sourceControlFile)"/>
<tasks>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<workingDirectory>$(workingDir)</workingDirectory>
<projectFile>$(projectFile)</projectFile>
<buildArgs>/p:codeLine=$(branch);rageDir=$(rageDir);importProjectFile=$(importProjectFile);perforcePort=$(gamePerforcePort);perforceClient=$(gamePerforceClient);perforceUser=$(gamePerforceUser);rageTasksDLL=$(rageTasksDLL);webURLPrefix="$(webURLServer)/$(webURLDir)";webUrlPostfix=$(webURLPage);buildDir=$(buildDir)</buildArgs>
<logger>ThoughtWorks.CruiseControl.MsBuild.XmlLogger,&quot;$(workingDir)\ThoughtWorks.CruiseControl.MsBuild.dll&quot;</logger>
<targets>$(taskTargets)</targets>
<timeout>14400</timeout>
</msbuild>
</tasks>
<publishers>
<xmllogger />
<statistics/>
<rss/>
&emailer_minor;
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="defaultlabeller">
<prefix>$(labelPrefix)</prefix>
</labeller>
</project>