Welcome to MSDN Blogs Sign in | Join | Help

October 2005 - Posts

Brain dump on CreateNewWorkItem task for Team Build

Lately there have been a lot of questions about CreateNewWorkItem task. Today I will be sharing some details of this task. Team Build opens a new work item on detecting a compilation error or static analysis failure (build break). MSbuild task is expected

How to make "Team Build" skip getting certain folders?

You have two options Manually edit the WorkspaceMappings.xml file, which is present in $/TeamProject/TeamBuildConfigurations/<your build type> folder. Note that the client side mappings are ignored and only server side mappings are used. For the

Question on "CoreCompile" target in file Microsoft.TeamFoundation.Build.targets?

Why invoke targets through call to “MSBuild” instead of using DependsOnTargets and dividing up the targets accordingly? MSBuild task is a standard task shipped with .NET Framework (refer Microsoft.build.tasks.dll). It is used to build both solutions (sln)

Resolving references in Team Build ( Part 3 )

Scenario We have a common project that contains company wide logic that rarely changes and almost every other project references these common assemblies. I don’t want (or need) to build these assemblies with each projects nightly build, but would rather
 
Page view tracker