Files
2025-09-29 00:52:08 +02:00

59 lines
2.8 KiB
DTD
Executable File

<project name="$(projectFullName)"
xmlns:cb="urn:ccnet.config.builder"
queue="$(queueName)"
queuePriority="$(queuePriority)">
<workingDirectory>$(workingDir)</workingDirectory>
<artifactDirectory>$(artifactsDir)</artifactDirectory>
<category>CodeTest</category>
<webURL>$(webURLServer)/$(webURLDir)/$(webURLPage)</webURL>
<modificationDelaySeconds>2</modificationDelaySeconds>
<cb:include href="$(triggersFile)"/>
<state type="state" directory="$(buildDir)"/>
<cb:include href="$(sourceControlFile)"/>
<tasks>
<modificationWriter>
<filename>mods.xml</filename>
<path>$(buildDir)</path>
</modificationWriter>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<workingDirectory>$(workingDir)</workingDirectory>
<projectFile>$(projectFile)</projectFile>
<buildArgs>/p:codeLine=$(branch);perforceSyncPath=$(perforceRagePrefix)/...;rageDir=$(rageDir);importProjectFile=$(importProjectFile);assetRootDir=$(assetRootDir);perforcePort=$(perforcePort);perforceClient=$(perforceClient);perforceUser=$(perforceUser);rageTasksDLL=$(rageTasksDLL);buildDir=$(buildDir)</buildArgs>
<targets>$(taskTargets)</targets>
<timeout>10800</timeout>
<logger>ThoughtWorks.CruiseControl.MsBuild.XmlLogger,&quot;$(workingDir)\ThoughtWorks.CruiseControl.MsBuild.dll&quot;</logger>
</msbuild>
</tasks>
<publishers>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<workingDirectory>$(workingDir)</workingDirectory>
<projectFile>$(projectFile)</projectFile>
<buildArgs>/p:codeLine=$(branch);perforceSyncPath=$(perforceRagePrefix)/...;rageDir=$(rageDir);importProjectFile=$(importProjectFile);perforcePort=$(perforcePort);perforceClient=$(perforceClient);perforceUser=$(perforceUser);rageTasksDLL=$(rageTasksDLL);buildDir=$(buildDir)</buildArgs>
<targets>$(publisherTargets)</targets>
<timeout>6000</timeout>
<logger>ThoughtWorks.CruiseControl.MsBuild.XmlLogger,&quot;$(workingDir)\ThoughtWorks.CruiseControl.MsBuild.dll&quot;</logger>
</msbuild>
<merge>
<files>
<file>$(assetRootDir)\rage\sampleDetails.xml</file>
<file>$(assetRootDir)\rageland\assets\rageland\resourceDetails.x.xml</file>
</files>
</merge>
<xmllogger/>
<statistics/>
<rss/>
&emailer;
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="defaultlabeller">
<prefix>$(labelPrefix)</prefix>
</labeller>
<externalLinks>
<externalLink name="For a description of the CI build click here" url="https://rage.rockstargames.com/index.php?title=Continous_Integration" />
<externalLink name="The latest Rage Code Documentation is Here" url="http://10.0.19.220/ccnet/HtmlHelp/html/Rage%20Documentation/index.html" />
</externalLinks>
</project>