.net - What is MSBuild and it's purpose -


possible duplicate:
msbuild: it, , when need it?

i never use msbuild , have no idea purpose of msbuild. nice if describe briefly in kind of situation people use msbuild.

basically msbuild building project/solution. can use msbuild commandline prompt build project rather right click , build. msbuild useful when comes automated build servers build projects once checkin new code.

another advantage of msbuild is, it's capable build project without having vs ide. don't need vs ide build project in automated build servers.

below few sites provide information you.

http://msdn2.microsoft.com/en-us/library/wea2sca5.aspx msdn msbuild documentation

http://channel9.msdn.com/wiki/default.aspx/msbuild.homepage msbuild wikki

http://msdn2.microsoft.com/en-us/library/0k6kkbsd.aspx msbuild reference

http://blogs.msdn.com/msbuild/default.aspx msbuild team blog


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -