Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can some one explain the difference between Team Build + MSBuild ?

also how do they differ in relation to VS2008 and VS2010?

share|improve this question

1 Answer

up vote 2 down vote accepted

Team Foundation Build provides the functionality of a public build lab and is part of Visual Studio Team Foundation Server.

http://msdn.microsoft.com/en-us/library/ms181710%28VS.80%29.aspx

MSBuild is a platform for building applications.

http://msdn.microsoft.com/en-us/library/dd393574.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.