Can we build a website using MSBuild
问题 I am very much new to the Continous Integration. Could anyone please let me know whether we could build a website using MSbuild? 回答1: You can build a Web Site project using the AspNetCompiler MSBuild task. http://msdn.microsoft.com/en-us/library/ms164291.aspx Your MSBuild file might look something like this: <Project xmlns = "http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets = "PrecompileWeb"> <Target Name = "PrecompileWeb"> <AspNetCompiler VirtualPath = "DeployTemp"