|
MSBuild is Microsoft’s awesome build framework to make your C# (also C++, VB, J#) applications compile and wrap into a deployable package. I have a lot of experience in every aspect of Software Configuration and Release Management. Although, I am always the first to point out that I can be a little slow when learning a new build tool. I have worked with different flavors of Make (e.g. HP-UX, gnu-Make) along with Ant, Maven 1 & 2. MSBuild feels most like Ant, but the integration with Visual Studio is remarkably strong and learning the Microsoft.Net Framework (3.5) has been a key step in getting control of my builds and those of the developers that I support. Read on if you would like to take another few steps, with me, in my journey to become an MS Build gunslinger.
Build and Compile Frameworks Integration with Visual Studio Create your favorite build script
Building using your .sln file
The Rebuild Section (run after an initial build)
Bob Aiello is the Editor-in-Chief for CM Crossroads and a Software Engineer specializing in Software Process Improvement including Software Configuration and Release Management. Mr. Aiello has over 25 years experience as a technical manager in several top NYC Financial Services firms where he had had company-wide responsibility for CM, often providing hands-on technical support for enterprise Source Code Management tools, SOX/Cobit compliance, build engineering, continuous integration and automated application deployment. Bob is the Vice Chair of the IEEE 828 Standards working group (CM Planning) and is a member of the IEEE Software and Systems Engineering Standards Committee (S2ESC) Management Board. He is a long standing member of the Steering Committee of the NYC Software Process Improvement Network (CitySPIN), where he serves as the chair of the CM SIG. Mr. Aiello holds a Masters in Industrial Psychology from NYU and a B.S. in Computer Science and Math from Hofstra UniversityUniversity. You may contact Mr. Aiello at raiello@acm.org or link with him at http://www.linkedin.com/in/bobaiello .
Set as favorite
Bookmark
Email this
Hits: 2690 Trackback(0)Comments (0)
|
|||||
| Last Updated on Wednesday, 22 July 2009 11:21 |


MSBuild is Microsoft’s awesome build framework to make your C# (also C++, VB, J#) applications compile and wrap into a deployable package. I have a lot of experience in every aspect of Software Configuration and Release Management. Although, I am always the first to point out that I can be a little slow when learning a new build tool. I have worked with different flavors of Make (e.g. HP-UX, gnu-Make) along with Ant, Maven 1 & 2. MSBuild feels most like Ant, but the integration with Visual Studio is remarkably strong and learning the Microsoft.Net Framework (3.5) has been a key step in getting control of my builds and those of the developers that I support. Read on if you would like to take another few steps, with me, in my journey to become an MS Build gunslinger.

