Hi

° does the build take over 30 minutes when you run it on your PC (via
msbuild)
° are there any 3rd party assemblies involved?
    a new version might require a new license, so run the build on the build
server
    and check if there is a pop-up or so


with kind  regards
Ruben Willems

On Fri, Apr 9, 2010 at 4:54 PM, Larry Paseornek
<[email protected]>wrote:

> Hi guys,
>
> I am running into timeout issues with MSBuild.  Here is my code:
>
>    <msbuild>
>        <executable>$(MSBuild)</executable>
>        <workingDirectory>D:\Build\xxx\Nightly</workingDirectory>
>        <projectFile>msbuild.xml</projectFile>
>        <buildArgs>/p:Configuration="Release" /p:Platform="Win32" /
> verbosity:diag</buildArgs>
>        <timeout units="seconds">3600</timeout>
>        <logger>C:\Program Files\CruiseControl.NET\server
> \Rodemeyer.MsBuildToCCNet.dll</logger>
>      </msbuild>
>
> It still times out after 30 minutes (1800 seconds).
>
> Do you have any advice?
>
> Thanks,
> Larry
>
>
> --
> To unsubscribe, reply using "remove me" as the subject.
>

Reply via email to