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

25 lines
1.2 KiB
DTD
Executable File

<project name="$(projectFullName)" queue="$(queueName)" queuePriority="1">
<workingDirectory>$(workingDir)</workingDirectory>
<artifactDirectory>$(artifactsDir)</artifactDirectory>
<category>CodeClean</category>
<webURL>$(webURLServer)/$(webURLDir)/$(webURLPage)</webURL>
<state type="state" />
<triggers />
<tasks>
<msbuild>
<executable>$(msBuildExecutable)</executable>
<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>
<targets>Clean</targets>
<logger>ThoughtWorks.CruiseControl.MsBuild.XmlLogger,&quot;$(workingDir)\ThoughtWorks.CruiseControl.MsBuild.dll&quot;</logger>
<timeout>3600</timeout>
</msbuild>
</tasks>
<publishers>
<xmllogger />
<statistics/>
<artifactcleanup cleanUpMethod="DeleteBuildsOlderThanXDays" cleanUpValue="30" />
</publishers>
<labeller type="dateLabeller" />
</project>