tags:

views:

151

answers:

2
+1  Q: 

msbuild timeout

Well I have a fairly large project which msbuild keeps timing out on.

How can we stop msbuild from timing out?

+1  A: 

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.

Chris Lively
Well I have a fairly large project which msbuild keeps timing out on. I'm sure there is going to be a way to get around this,right?
You question makes it appear that you are looking for a way to **have** msbuild timeout instead of a way to prevent it from timing out.
Tundey
@unknown: you might want to close this question and try again. Your question is asking for a way to turn on timeouts, but your comment suggests you don't want it to timeout. How about posting the relevant portion of your build log.
Chris Lively
@Chris: Can you edit his question for him ...
CheGueVerra
+1  A: 

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.

Brian R. Bondy