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

46 lines
2.6 KiB
DTD
Executable File

<project name="$(projectFullName)" 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>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<workingDirectory>$(workingDir)</workingDirectory>
<projectFile>$(projectFile)</projectFile>
<buildArgs>/p:codeLine=$(branch);perforceSyncPath=$(perforceRagePrefix)/...;rageDir=$(rageDir);buildDir=$(buildDir);assetRootDir=$(assetRootDir);perforcePort=$(perforcePort);perforceClient=$(perforceClient);perforceUser=$(perforceUser);importProjectFile=$(importProjectFile);resourcePlatform=ps3;smokeTestDuration=30;smokeTestTimeOut=120;targetPS3=$(PS3Devkit);rageTasksDLL=$(rageTasksDLL);webURLPrefix="$(webURLServer)/$(webURLDir)";webUrlPostfix=$(webURLPage)</buildArgs>
<targets>$(taskTargets)</targets>
<timeout>14400</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);buildDir=$(buildDir);assetRootDir=$(assetRootDir);perforcePort=$(perforcePort);perforceClient=$(perforceClient);perforceUser=$(perforceUser);importProjectFile=$(importProjectFile);resourcePlatform=ps3;rageTasksDLL=$(rageTasksDLL);webURLPrefix="$(webURLServer)/$(webURLDir)";webUrlPostfix=$(webURLPage)</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.c.xml</file>
</files>
</merge>
<xmllogger />
<statistics/>
<rss/>
&emailer;
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="defaultlabeller">
<prefix>$(labelPrefix)</prefix>
</labeller>
</project>