Welcome to MSDN Blogs Sign in | Join | Help

October 2007 - Posts

MSBuild introduced a multi-targeting feature in VS 2008 that allows it to build managed code projects that target previous versions of the .NET Framework (and all associated tools - the Microsoft.Common.targets file, the MSBuild engine itself, etc.). Read More...
The error message " error MSB3021: Unable to copy file "<filename>" to "<output location>". Access to the path '<output location>' is denied " occurs when the MSBuild Copy task cannot overwrite an existing read-only file. Typically in Read More...
The default behavior of Team Build when running unit tests is to run them for each configuration defined for the build. That is, when you specify configurations for compilation (e.g. Debug|Any CPU and Release|Any CPU) you are also specifying them for Read More...
One of the new tasks available in Team Build Orcas (VS 2008) is the SetBuildProperties task. This task allows you to modify any of the settable properties of a BuildDetail object directly from you MSBuild script (TfsBuild.proj). The settable properties Read More...
A while back I had a post on the modified command-line options for file logging in MSBuild in the 3.5 .NET Framework. The MSBuild team has since added some cool new command-line options here that will be available in the RTM version of VS 2008 (which Read More...
 
Page view tracker