Building with MSBUILD





0/5 (0 vote)
Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET. Basic Introduction to MSBUILD MSBUILD MSDN
Here's a few good places to start with MSBUILD, the new XML-based makefile system built into .NET.
MSBUILD will build Project Files and Solutions, but as an ASP.NET developer you might find Visual Studio Web Deployment Projects to be more useful for your specific needs.
- Using Web Deployment Projects with Visual Studio 2005
- Managing ASP.NET Precompiled Output for Deployment Using the aspnet_merge.exe Command
- VS 2005 Web Application Projects, MSBuild, and Continuous Integrations
- Using MSBuild with the ASP.net 2.0 compiler
Enjoy!