Tagged Questions

8
votes
2answers
3k views

TFS 2010: Is MSBuild going to be dead because of Windows Workflow?

MSBuild in TFS 2010 has been replaced by Windows Workflow 4.0. It means when you are creating a Build Definition, you won't have a TFSBuild.proj to edit instead you must edit a workflow to customize ...
7
votes
5answers
2k views

TFS Build not transforming web.config as expected

The goal is to have TFS build and deploy 2+ different configurations, and have the web.config transform files include the intended content in their output. This in an ASP.NET MVC project. ...
7
votes
1answer
2k views

Share code between projects in tfs 2010

Hi What is the best way to handle code sharing in TFS 2010? We have a couple of Visual studio projects that other Visual Studio projects use. ex: Shared Project Project 1 Solution -Shared Project ...
7
votes
4answers
4k views

How to integrate NUnit tests into a TFS 2010 build

What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a better approach to running them? Ideally I'd like to have the granularity of one generic test per ...
6
votes
1answer
492 views

MSDeploy batch file does not handle quotes anymore

As part of our build process we deploy our web applications using MSDeploy. This worked perfect until a few weeks ago (I think when we updated our build/TFS server to SP1 of TFS 2010). In our build ...
6
votes
2answers
855 views

TFS 2010 RC: How to fail a build for low code coverage?

How can I cause a build to fail when code coverage is below a certain threshold?
5
votes
1answer
201 views

The easiest way to test TFS2010 build template

I'm currently working on creating a build template for TFS2010 builds. However, I notice that I'm currently 'spamming' the source control with every change I make to the template (and lots more for ...
5
votes
3answers
2k views

How to build a VS2010 MakeFile project (vcxproj) with TFS Build (No VS 2010)

I have a project that was building fine in VS 2008, and then we installed and started using TFS Build, and then we upgraded to TFS 2010. Everything was still fine and building correctly (after I ...
5
votes
5answers
2k views

Error 'TF215097:…Cannot create unknown type for…' custom CodeActivity [closed]

Possible Duplicate: TFS 2010 Custom Build Activity TF215097 error I'm trying to create a CustomActivity to run after each successful build. I've followed the exact steps of several ...
4
votes
4answers
139 views

How to configure TFS2010 Build server to generate help using SHFB

I've googled a lot to try to find a solution but it seems like I'm missing something. Most articles tells me that I should modify the build file (TfsBuild.proj). But I cant find that file anywhere. ...
4
votes
3answers
199 views

TFS Build specific changeset and deploy it using the changeset number

I have a Build Definition to build a solution on my TFS. This works well, but it always builds the latest version. How can I force to build a specific changeset from the past? How can I use/pass ...
4
votes
1answer
103 views

Stop Refresh inside TFS Build window in Visual Studio

Is there a way to stop the constant refreshing inside Visual Studio when looking at a TFS Build? Using VS 2010 SP1 and TFS 2010 SP1. When watching a build in the Build window, the screen refreshes ...
4
votes
2answers
285 views

How to Determine the Work Items Fixed in a particular TFS Build when using Branches?

We have begun using the following branching structure in TFS 2010: All changes so far have been performed in the Development branch, and all check-ins have been associated with a Task work item. ...
4
votes
2answers
771 views

How do I debug custom build processes in TFS 2010?

I know my build isn't working, but I can't figure out how to debug it. My only symptom is it only does a get operation for some of the projects in the solution. Setting verbosity to diagnostic tells ...
4
votes
1answer
441 views

WiX: Mysterious and hard-to-diagnose ICE validation errors on build server build

I'm trying to integrate WiX into my automated build solution using Tfs2010 running on Server 2008 R2. Everything seemed very easy, and then I get this: light.exe: Error executing ICE action 'ICE01'. ...
4
votes
3answers
698 views

TFS 2010: How to deploy a windows service as a part of a build?

We need to be able to deploy a couple of windows services to the remote machine as a part of a build. This is a nightly build which deploys the whole application to the TEST environment so it has to ...
3
votes
0answers
77 views

Can anyone give guidance on installing TFS Build on a Windows Azure Role

We have TFS 2010 working on-premise in a domain environment. I want to add a Build Service which will be hosted in a multi-instance Azure service wherein the build agent runs in the cloud. It will ...
3
votes
1answer
96 views

YUI compressor and TFS Build

We have a project where the .js and .css files gets compressed with YUI Compressor. A very good tool. We also use TFS 2010 as a build server with nightly builds that also deploys to our dev web site. ...
3
votes
3answers
317 views

Windows Service user account trouble for TFSBuildServiceHost.exe

Experienced a very strange problem today on our TFS2010 build server. Suddenly the build service failed for no apparent reason. We´re been trouble shooting it all day, but still haven´t found the ...
3
votes
2answers
82 views

How to do an Automated build in TFS 2010 by a label

I have my automated builds working but I want to be able to go back to a specifc labeled version and build from that source. The build definition under "Process" has the item "Get Version" but this ...
3
votes
2answers
108 views

How to get an assembly's version in Team Build 2010 Workflow

Is there any way to get an assembly's version number like we previously used to do with Msbuild with Team Build 2010 Workflow? Here is a simple example of how we used to get an assemby's version with ...
3
votes
3answers
2k views

TFS 2010 Build Automation and post-build event

In the project I've inherited, the original developer used a number of post-build events in his Visual Studio projects to copy around DLL's and stuff when building inside VS. This is causing some ...
3
votes
1answer
535 views

Override Build Number and Revision in TFS 2010 build

I modified my project's AssemblyInfo.cs as following: [assembly:AssemblyVersion("1.0.*")] //[assembly:AssemblyFileVersion("1.0.0.0")] This updated the dll file version. However, the Build Number ...
3
votes
1answer
365 views

How do I keep folder tree and publish websites in TFS 2010?

I have a visual studio solution that consists of several web applications, windows services and other class libraries. I am in the process of configuring it for continuous integration with TFS 2010. ...
3
votes
1answer
681 views

Tfs 2010 Build: Continuous Integration and Gated Check-In together?

I already have a CI build running on my Tfs2010 instance, but I'd like to get a Gated checkin build running as well. There are subtle differences between the ways I would like these two builds would ...
3
votes
2answers
2k views

Can assembly version been automatically updated with each TFS 2010 Build?

I'm using Visual Studio 2010 and TFS 2010. Is there a way that dll version be automatically incremented with each TFS build? Thanks
3
votes
2answers
2k views

TFS2008 to TFS2010 migration upgrade

All, I'm currently in the process of attempting to create a repeatable process for the upgrade of a TFS 2008 installation to new hardware in what Microsoft call a migration upgrade, but am ...
3
votes
1answer
701 views

How do I do a simple Exec activity in TFS Build 2010

TFS Build 2010 is completely different from 2008. There is no "Exec" task - I'm looking for a 2010 equivalent "activity". Is there a way to perform a basic command line execution in TFS Build 2010?
3
votes
4answers
1k views

Why does Tfs2010 build my Wix project before anything else?

A similar question was asked and answered about a year ago, but was either a different issue (everything was in beta) or misdiagnosed. It's located here: MSbuild task fails because "Any CPU" ...
2
votes
1answer
67 views

TFS 2010 API, determine which build server a build is running on.

Apologies, this is almost certainly a duplicate of this question but as that one hasn't been answered I'm going to try again. I'm trying to build a tool which will allow me to see all of the builds ...
2
votes
0answers
38 views

“SignTool error: Access is denied” in TFS 2010 build process

I'm getting "SignTool Error: Access is Denied" when I attempt to sign a file. When I use an administrator cmd, all works fine. However, this process is going to be used in a TFS 2010 build process and ...
2
votes
0answers
88 views

Pex error during the team build ( TFS 2010 Build )

We have been using pex and moles for unitest with TFS2010. Lately the pex and moles started to crash randomly during the test run. We couldn't reproduce this error on developer machine. Crash only ...
2
votes
1answer
31 views

cancel build based on return value of codeactivity

After migrating to TFS/VS2010 I want to redesign/migrate the build process to the new workflow foundation and codea ctivities. Some of my code activities are doing some checks against sharepoint and ...
2
votes
1answer
106 views

TFS gated check-in for one specific solution, nof for a whole Team Project

TL;DR: is it possible to set up gated check-in for one solution in Team Project so that this won't mess with other (non-related) code in same Team Project? Detailed: We have TFS Team Project with ...
2
votes
1answer
166 views

Code coverage does not work on TFS 2010 build server

We've got a TFS 2010 set-up with a dedicated build server. The build for my solution generating the problems runs fine and it also correctly runs all the associated unit tests. The problem, however, ...
2
votes
1answer
181 views

TFS 2010, BuildAgent and MSBuild for changelog.txt with changeset

We use TFS 2010 with VS 2010 for our web projects (php). Since we do not actualy use .proj files I have created my own to do builds (only zip files to output dir). Also we use MSBuild community tasks. ...
2
votes
2answers
182 views

Is there are any tutorial of how to build software with TFS

I have just started using TFS2010 as a source control, moving away from VSS. So the next step will be build. Is there are any handy tutorial on how to do that? Currently we are using Visual Studio ...
2
votes
1answer
56 views

Creating an automated build fails due to a so called missing namespace

I am really new to TFS 2010 automated builds. I am trying to setup an automated build for a project I am working on. Locally if I build the project it compiles as I expect it to without any errors. ...
2
votes
1answer
286 views

Capture output of regsvr32 in an InvokeProcess TF Workflow Activity

I have a build process setup to build a managed solution using team build. This solution requires an unmanaged component be registered with the server before we build the solution as we interface with ...
2
votes
1answer
390 views

Change the name of the drop folder for a TFS 2010 Build

My auto builds are running fine, but after some versioning customization, the name of the folder for the build is just a ever increasing number (ie, 358,359,360...) How can it get that set to the ...
2
votes
1answer
368 views

TFS 2010 + MSDeploy when solution has multiple web applications

I have two solutions SolutionA.sln WebApplication1.csproj SolutionB.sln WebApplication1.csproj WebApplication2.csproj I also have two TFS 2010 build configurations BuildConfigA should build ...
2
votes
1answer
161 views

How do you hook an editor for TFS 2010 WF BuildProcessTemplate arguments for built-in types that have a converter?

I've followed the Team Foundation Server 2010 book's custom editor for a dictionary<string,string> and can't get it to go. I have another custom editor in the same assembly, and consumed by the ...
2
votes
1answer
499 views

TFSBuild 2010 Custom Activity : IBuildDetail.LastGoodBuildUri == null?

I am attempting to use a custom workflow activity to auto-increment build numbers based on the previously-successful build. This method worked with the MSBuild-based "workflow" but I cannot seem to ...
2
votes
2answers
265 views

TFS Build Definition deletes itself

In TFS2010 I am having trouble creating Build Definitions. I have created a new Team Project, added the Solution to the Team Project and am now trying to create a Build Definition. I click New Build ...
2
votes
2answers
264 views

How do I make a TeamCity build appear in the TFS Build Explorer?

We are using TFS 2010 for source control and project management, and TeamCity 6.0 for performing builds and build reporting (CI and daily deployments for testers). Setting up TFS source labeling in ...
2
votes
1answer
575 views

TFS 2010: Gated Check-In On Main Branch; Rolling Builds on Dev Branch?

I recently migrated from VSS to TFS 2010 and I've been absolutely loving it, but there's something I haven't yet been able to get working the way I think it should. GOALS I'd like to quickly know ...
2
votes
2answers
1k views

Cause TFS InvokeProcess Build Activity to run under other credentials

We have customized the build process with a InvokeProcess action that runs a powershell script that deploys our sln. Problem is that this script must be run under a given user (not the tfsbuild ...
2
votes
1answer
555 views

TFS 2010 Get operation fails periodically on large files (> 1MB)

Occasionally I get an error from my builds with the following error message: [Large File Name]: Unable to read data from the transport connection: An existing connection was forcibly closed by the ...
2
votes
1answer
186 views

Tools to make TFS 2010 Build customization easy

Are there any visual tools for the TFS2010 Build engine? I just don't need to know WorkFlowright right now. It would be nice to just pickup a tool and make my custom builds rather than digging ...
2
votes
1answer
568 views

TFS 2010 RC TeamBuild - Unable to view Test Run Results

Using Visual Studio & TFS 2010 RC TeamBuild, I get a message "Unable to view Test Run Results" when I click to View Test Results of my build in Team Explorer. The trx file exists on the server ...

1 2 3 4