What are the new Features in Team Build 2008 ?

Sunday, September 6, 2009


1. Continuous Integration
2. Build Queuing
3. Scheduled Builds
4. Build Agent Management
5. Build Definition Editing GUI
6. Better Build Management
7. Managed object model
8. Improved extensibility


www.codecollege.NET

What are Targets in MS Build?

Wednesday, September 2, 2009


They are used to group Tasks.


www.codecollege.NET

How will you build using MS Build command line ?


MSBuild.exe TestProj.proj /property:Configuration=Debug


www.codecollege.NET

What are Tasks in MS Build?


Tasks are reusable units of executable code used by MSBuild projects to perform build operations. They are declared inside the Target element.


www.codecollege.NET

How will you refer properties in a project file?


$(PropertyName).


www.codecollege.NET

How will you refer item collections in a project file?


@(ItemCollectionName).


www.codecollege.NET

Give an example for PropertyGroup



ABC



www.codecollege.NET
Blog Widget by LinkWithin