I'm writing my first CI script using MSBuild and I want to everyone that have a machine with the .Net Framework can download my project and do a build/publish operations executing only one .cmd/.bat
file.
Then I'm putting in the repository dependencies libs to build/publish this project.
I need to put msbuild.exe in the repository too? Or MSBuild come together with .Net Framework installation?
Note: I'm building/publishing a web project and using _WPPCopyWebApplication
target of this DLL: Microsoft.WebApplication.Build.Tasks.Dll
. I need to copy this dll to my repository too like this: http://odetocode.com/blogs/scott/archive/2006/05/30/msbuild-and-web-application-projects.aspx?