teambuild2010

Team Foundation Build 2010 - Find changes since last good build

I am using Team Foundation Build 2010 for my build process. I want to update the file version for assemblies which have changed since the last good build. How can I determine which files have changed since the last good build? My builds are labeled, but they do not have associated change sets. ...

Code coverage in-place instrumentation: Cannot fully backup the binary error

Can anybody help with this error in the log of my Team Build 2010 build? It only seems to occur when I have two build agents running on the same machine at the same time. Run has the following issue(s): Code coverage in-place instrumentation: Cannot fully backup the binary 'C:\Builds\3\MyProject\Binaries\MyProject.UserMan...

How to use MSBuild Community Tasks in Team Build 2010?

How to use MSBuild Community Tasks in Team Build 2010? As you know TFS 2010 uses Windows Work Flow instead of Tasks and Target like previous version. Many Thanks ...

How to write a Team Build Process Template (2010) from scratch?

I know DefaultTemplate.xaml does everything needed. But I gonna learn team build this by creating an entire new build process from scratch. I need to know which activities must be included, in which order and so on. This must be using WF in Team Build 2010. Many Thanks in Advance UPDATE: I found this link in MSDN that describes build ...

How do I set input path for binaries in WIX project to MSBuild output path on TFS?

I want MSBuild to build WIX 3.5 project containing static files and binaries from another project's output folder. While with static files it all works just fine: I just set Source attribute of File element to "..\AnotherProject\Static\StaticFile.ext", I can't reference binaries, because they aren't in "..\AnotherProject\bin\Release\" fo...

Windows Workflow Designer Metadata Editor (vs.net 2010)

Hi everyone, Just familiarizing myself with TFS 2010, especially Team Build which now uses Windows Workflow. Have been setting up some custom workflows etc to get used to it and so far so good. My question is about this blogpost: http://blogs.msdn.com/b/jpricket/archive/2009/12/23/tfs-2010-custom-process-parameters-part-2-metadata.aspx...

Web Deploy Packages fail on build server

I am using the following MSBuild command form the command prompt: MSBuild.exe /nologo "Server.Website.csproj" /T:Package on a web application (ASP.NET 4 MVC) that relies on a project reference to a Silverlight project. When building, I get the following error: "C:\Builds\2\Development\Main Branch Nightly\Sources\Components\Server.W...

What does ***NO_CI*** stand for?

A gated check-in will create a change-set whose name is ended with *NO_CI*? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense. ...

Where is TFS 2010 Team Build Revision $(Rev:.r) Stored?

TFS 2010 exposes a "Build Number Format" property, which contains $(BuildNumberDefinitionName) and $(Rev:.r) variables (among other things). Two and a half parts to my question: What are all the available variables that can be used here? Where does the value for $(Rev:.r) come from (where is it stored)? a. Can it be reset or changed?...