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

36 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>CodeBuild</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>$(sharedDir)\generic_build.proj</projectFile>
<buildArgs>/p:perforceSyncPath=$(perforceRagePrefix)/...;rageDir=$(rageDir);perforcePort=$(perforcePort);perforceClient=$(perforceClient);perforceUser=$(perforceUser);importProjectFile=$(importProjectFile);rageTasksDLL=$(rageTasksDLL);buildDir=$(buildDir);branch=$(branch)</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/>
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="defaultlabeller">
<prefix>$(labelPrefix)</prefix>
</labeller>
</project>