Well I have a fairly large project which msbuild keeps timing out on.
How can we stop msbuild from timing out?
Well I have a fairly large project which msbuild keeps timing out on.
How can we stop msbuild from timing out?
You might want to look at this hotfix from MS.
Per the Hotfix information: If a build takes longer than 59 minutes then it will timeout.
If you want to get a timeout, you could use cruiscontrol.net or Nant or some other build platform, and you can specify a timeout there.