Sign In
Aaron Hallberg
Team Build (Build Automation) - Visual Studio North Carolina
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
MSBuild
Team Build Orcas
Team Build V1
TFS Build 2010
VSTS2010
Archive
Archives
December 2009
(1)
June 2009
(1)
January 2009
(1)
December 2008
(1)
August 2008
(1)
July 2008
(2)
May 2008
(5)
April 2008
(1)
March 2008
(1)
February 2008
(3)
November 2007
(2)
October 2007
(5)
September 2007
(1)
August 2007
(2)
July 2007
(6)
June 2007
(7)
May 2007
(2)
April 2007
(3)
March 2007
(6)
February 2007
(1)
January 2007
(3)
December 2006
(1)
September 2006
(8)
August 2006
(3)
October, 2007
MSDN Blogs
>
Aaron Hallberg
>
October, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Aaron Hallberg
Building VC++ 2005 Projects With Team Build 2008
Posted
over 5 years ago
by
aaronhallberg
5
Comments
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.)....
Aaron Hallberg
Error MSB3021 and Team Build
Posted
over 5 years ago
by
aaronhallberg
6
Comments
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...
Aaron Hallberg
Running Unit Tests for Individual Configurations with Team Build
Posted
over 5 years ago
by
aaronhallberg
2
Comments
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...
Aaron Hallberg
Using the SetBuildProperties Task to Update the Log Location for a Build
Posted
over 5 years ago
by
aaronhallberg
2
Comments
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...
Aaron Hallberg
Fancy New Command-Line Options For MSBuild
Posted
over 5 years ago
by
aaronhallberg
3
Comments
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...
Page 1 of 1 (5 items)