Tagged Questions

Team Foundation Server Builds

learn more… | top users | synonyms (1)

39
votes
9answers
4k views

ASP.NET MVC 1.0 AfterBuilding Views fails on TFS Build

I've upgraded from ASP.NET MVC Beta to 1.0 and did the following changes to the MVC project (as descibed in the RC release notes): <Project ...> ... ...
12
votes
4answers
4k views

Team Foundation Build or TeamCity?

We are a mostly MS shop at work doing .NET LOB development. We also use MS Dynamics for our CRM app... all the devs are currently using VS/SQL Server 2008. We also use VSS, but everyone hates it at ...
10
votes
5answers
4k views

TFS and msbuild version number with last changeset

I want to create a build number which looks like Major.minor.Date.LastChangeSetInTFS, the problem is how to get last changeset number from the TFS. Is there any property, or something??
9
votes
7answers
7k views

Could not get dependencies for project reference

I have a C# solution with a website project and a C# library. When compiling the solution, the website gives the message: Could not get dependencies for project reference 'MyLibrary'. This does not ...
9
votes
1answer
1k views

How can I disable work item creation at the end of a failed Team Foundation Build?

I'm using Team Foundation Build but we aren't yet using TFS for problem tracking, so I would like to disable the work item creation on a failed build. Is there any way to do this? I tried commenting ...
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 ...
8
votes
3answers
1k views

Integrate Silverlight Unit Tests in TFS Build

We have been creating silverlight unit tests by creating a plain vanilla .net unit test project, removing all references except for the unittestframework one, and then adding references to the SL ...
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?
6
votes
2answers
1k views

TFSBuild/MSBuild and Project Reference vs File Reference

We Have a large VS solution using project references which is build by TFS Build like so: Solution - Project 1 - Project 2 - Project ... - Project N Because the solution is too large we have ...
6
votes
3answers
1k views

What is/are the difference(s) between MSBuild and TFSBuild

Background: We have a TFS server setup where me manage our source code and track work items and bugs. We also have CC.Net setup to help us do CI (mostly just build and run unit tests). We use .net ...
6
votes
2answers
278 views

Does anybody have a concise document/wiki on best practices around using msbuild and tfsbuild in an enterprise

I'm a newbie to msbuild and tfsbuild and I would like to setup the automated build system. I have multiple teams (set up as TFS projects), each with their own products ,. each product consisting of ...
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 ...
5
votes
2answers
912 views

How can I add a VS 2010 .Net 4.0 build agent to TFS 2008

My company has two development teams using TFS 2008. My team would like to migrate our .Net 3.5 app to the .Net 4.0 framework, but the company is not ready to upgrade TFS to TFS 2010. Can we still ...
5
votes
2answers
5k views

How do I change the build directory that MSBuild uses under Team Foundation Build?

I'm getting the following error when trying to build my app using Team Foundation Build: C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(1682,9): error MSB3554: Cannot write to ...
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
772 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
1answer
845 views

WriteBuildMessage not displayed

Consider this simple msbuild script (xaml): <Activity xmlns=[....]> <Sequence> <mtbwa:WriteBuildMessage Message="Test message"/> <mtbwa:WriteBuildWarning Message="Test ...
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 ...
4
votes
1answer
590 views

TFS 2010 build config transform problem

I'm facing quite a problem while setting up automated TFS Builds. Basically I created new configuration called Tests, added transform config, defined different connection strings for the Database. ...
4
votes
4answers
1k views

NAnt or TFS build which is better?

There was a question about Msbuild and NAnt advantages and disadvantages. Now let's see which is better TFS Build(with msbuild) or NAnt. In my opinion NAnt because you can easily move the building ...
4
votes
4answers
2k views

Parse Fitnesse RESTFul XML output into TFS Test format

I'm integrating a Fitnesse Acceptance test suite into a TFS based CI process. I can run the Fitnesse Test suite in a RESTful manner (http://fitnesse.org/FitNesse.UserGuide.RestfulTests): ...
4
votes
3answers
1k views

Does Visual Studio need to be installed on the TFS build server?

We recently moved to Team Foundation Server 2008 from Source Safe. We are setting up some automated builds and have run into some issues with the publish of click once apps that seem to require ...
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
2answers
158 views

TFSBuild 2010: File.Copy c# snippets throw me exception after compilation

With TFS Build 2010, I have build process running devenv.com for several projects. After that, I want all the binaries to be copied from the output folders with C# Custom Build Activities with ...
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
318 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
1answer
131 views

Run and publish xUnit.net tests in a TFS 2008 build

I have team build running on a TFS 2008 server. I want it to run my xUnit.net tests there and show the result in the Build details. I know I have to do a lot of configuration in the TFSBuild.proj ...
3
votes
1answer
1k views

TFS API - How to query builds independent of which build definition they belong to

It seems no overloads of IBuildServer.QueryBuilds(...) allows me to do that. Here's my code: TfsTeamProjectCollection tfs = context.GetValue(TeamProject); IBuildServer buildServer = ...
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
484 views

WebDeploy to deploy multiple web sites

We're using this process to use WebDeploy to deploy and compile two web sites that are a part of the solution. The approach we took was found here: ...
3
votes
2answers
348 views

TFS Build: include branch name in “build number” field of assemblies

I'd like to be able to look at an assembly and quickly identify which branch it was built out of. What's the best way to cofigure TFS Build to include the name of the current branch in the Build ...
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
1answer
248 views

Team Foundation Build drops in flat directory structure

I'm trying to "fix" a build on our TF Server that drops everything into the drop folder in one big flat drop (rather than in seperate project dumps like a local build would do), and I'm getting a ...
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
2answers
784 views

TFS 2008: How do I setup a Build Server

Can someone point me to documentation on setting up a TFS 2008 build server?

1 2 3 4 5 7