Errata

Inside the Microsoft® Build Engine: Using MSBuild and Team Foundation Build

Errata for Inside the Microsoft® Build Engine: Using MSBuild and Team Foundation Build

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 20 + 42

Change

Since MSBuild is delivered with the .NET Framework, Visual Studio is not required to build applications.
Because of this we can create build servers that do not need to have MSBuild installed.

By

Since MSBuild is delivered with the .NET Framework, Visual Studio is not required to build applications.
Because of this we can create build servers that do not need to have Visual Studio installed.


Page 42

Change

In this project file, we have declared an item, Server, which will have four metadata values associated with it.

By

In this project file, we have declared an item, Server, which will have three metadata values associated with it.

Anonymous  Mar 05, 2010 
Printed Page 34
Diagram at the Bottom of pager

Change:

+---scr
| one.txt
| two.txt
| three.txt
| four
|

To :

+---scr
| one.txt
| two.txt
| three.txt
| four.txt
|

James Haring  Aug 20, 2010