Tagged Questions

37
votes
9answers
19k views

How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?

There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There's also a ...
17
votes
1answer
515 views

How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?

I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account. I have successfully given this domain account ...
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
3k 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. ...
6
votes
1answer
2k views

TFS 2010 - Deploy to Multiple Servers After Build

I've configured TFS 2010 to do a build and utilizing the MSBuild arguments, have it deploying to a single server without any issues. /p:DeployOnBuild=True /p:Configuration=Development ...
6
votes
2answers
4k views

Build failing - VS2010 solution on TFS2008

I have migrated a VS2008 ASP.NET MVC solution to VS2010/MVC2/.NET 4.0 The solution builds locally and all unit tests pass. Our TFS server is still TFS2008 and I am having problems getting the CI ...
5
votes
1answer
298 views

Problems with long path in TFS Team Build when CreatePackageOnPublish is set to true.

We have a problem by build because of long path created by TFS Team Build when parameter CreatePackageOnPublish is set to true. In directory PackageTmp (see picture later) the package is stored, but ...
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
1answer
263 views

Gated Checkins in TFS2010

I wish to utilize the new gated check-in function of TFS 2010. I have about 10 solutions, that all share as a dependency a proprietary shared-code library. My structure is: TeamProj/SharedCode ...
4
votes
1answer
85 views

MSBUILD Generate xml documentation file for all projects in solution (without touching the projects)

I'm trying to create the XML documentation for all the projects in the solution even when the option its not checked in the project properties (and this is the key point). I'm using TFS 2010 SP1 and ...
4
votes
2answers
65 views

How to pass TFS variable to a MSBuild task of the project

I have a solution which is built on TFS server. This solution includes several projects which have custom MSBuild tasks. Theses tasks actually create some zip archives. I need to extract somehow the ...
4
votes
3answers
254 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
4answers
2k views

TFS2010 Build Definition to Deploy to multiple servers?

I've been looking into TFS2010 new build and deployment features with MSDeploy. So far everything is going well (although its been hard to find information about specific scenarios). Can I modify my ...
3
votes
1answer
26 views

TFS 2010 no longer associating changesets with builds

Our TFS 2010 server has stopped associating change sets with builds and i cant for the life of me figure out why. All the current builds are in a status of 'Build Succeeded' the build definition ...
3
votes
2answers
68 views

What is the impact of deleting TFS Build Agent Working Directory?

My Build Agent Working directories are starting to take too much space on the disk. I wonder if it is okay for me to delete some old folders, or if I should back them up. What is the impact of ...
3
votes
1answer
84 views

Team City 6.5.5 - MSBuild issue

Trying to configure Visual Studio 2008 project (TFS2010) on TeamCity, created build step with MS build selecting 2.0 as the .NET Framework version - but getting the follwoing error: error MSB5014: ...
3
votes
1answer
115 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
2answers
337 views

Can a single TFS 2010 build definition be used for multiple branches?

I look after builds of our products and have been asked to come up with a way of customising an existing build definition to build different branches when required. The build process for this ...
3
votes
3answers
540 views

How to tell TFS to deploy multiple webapps containing in one solution?

We have a single solution which contains one webapp project and some accompanying projects. Our TFS 2010 is building this solution every night and deploys the webapp to an IIS server. It runs like a ...
3
votes
1answer
413 views

MSBuild autoincrement version - TFS2010

I created a build definition with some MSBuild Arguments (/target:Publish /property:PublishDir=\mypc\tmp\ /property:ApplicationVersion=1.0.0.1) What's the best way to increment the ApplicationVersion ...
3
votes
2answers
546 views

Problem when specifying build configuration in TFS2010 build definition

Allow me to start by saying that this is a new and first time TFS deployment with 0 experience in Visual Studio as an added bonus. I've managed to get everything installed and am excited to say that I ...
2
votes
1answer
22 views

TFS Build “View Test Results” link not visible to my team

Using VS 2010, I get the link to the test results from build, but no other team member does. I can't figure out what setting I have that allows this for me and not for other team members. Any ideas? ...
2
votes
1answer
36 views

$(TeamBuildConstants) is blank for TFS builds

I have a post build event like this: if NOT "$(TeamBuildConstants)"=="_TEAM_BUILD_" "$(SolutionDir)Tools\NuGet.exe" pack "$(ProjectDir)MyAssembly.nuspec" -BasePath "$(ProjectDir)$(OutDir)." ...
2
votes
2answers
48 views

TFS2010 - Parallel Build - Single solution, single build agent

We have TFS2010 and a single solution with nearly 200 hundred projects (Yes, I know, bad idea, not mine!). I have the build time down to circa 30 seconds on a 4 core (8 hyper) machine from 4 minutes ...
2
votes
1answer
50 views

How can I configure TFS to build and deploy multiple web applications?

I have a solution that currently has about 20 class libraries, and a dozen different web apps. Each web app shares a site-wide master page, as well as share js and css files. I need to be able to ...
2
votes
1answer
182 views

Multiple web deployment packaging using TFS build

We have several web services that we have been deploying "manually" using msdeploy. We pick up the deployment packages from the TFS2010 build machine in the appropriate ...
2
votes
2answers
118 views

TFS 2010: Perform different builds and command line task in sequence?

my build process with TFS 2010 should perform different task one after the other like: Build 1st project in solution Execute MSBuild via command line (to publish the project) Execute a 3rd party ...
2
votes
2answers
94 views

TFS Build failing because of Code Analysis settings

I've turned on Code Analysis for all of my projects, and have verified code analysis is on for each configuration (Debug, Release, QA, etc). My local builds are of course fine, my TFS builds are ...
2
votes
1answer
211 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
1answer
381 views

How to get BuildNumber in .proj (MSBuild) using TFS server

We use TFS 2010 with VS 2010 for PHP web projects. Actually we do not have any .proj or .sln file, so i have made my own to make builds, it looks like this: <?xml version="1.0" ...
2
votes
1answer
265 views

Building VB6 Projects in TFS 2010 - correct approach?

I've been fiddling with setting up automated builds for our old VB6 COM components. I have successfully installed the MSSCCI provider for TFS 2010 and can successfully check in and check out code ...
2
votes
1answer
361 views

How do I use Team Build Properties in MSBuild?

I have a simple tfs-2010 build definition using the default process template. In it I defined the Build Number Format using $(BuildID) to define part of the computed field. This works and I can see ...
2
votes
3answers
241 views

What's the illegal character in this string ? I'm getting MSBUILD : error MSB3095

I'm creating some build definitions in TFS2010 without problem until now. MSBUILD Command: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe /nologo /noconsolelogger ...
2
votes
2answers
196 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
324 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
139 views

Using multiple Source control folders in a single build definition TFS 2010

In the Workspace tab Source Control Folder: I am picking only two locations from my entire team project. I do not want to pick the entire team project because it has 20 projects. I only need two ...
2
votes
1answer
160 views

Check for 32bit/64bit environment in TFSBuild.proj

I have a 32bit build agent on which our MSBuilds run. We recently added a new 64bit machine to our build agent array, but some things in our TFSBuild.proj file is hard coded for a 32bit machine. Is ...
2
votes
3answers
1k views

run a batch file from TFS 2010 build

After a specific build, I want to run a batch file which has TF.exe commands which do the following: Check out a DLL Copy one of the "freshly built dlls" over top of the checked out DLL, then check ...
2
votes
1answer
49 views

False Positive on Gated Check-Ins

I am doing builds using a custom MSBuild Script in TFS2010 SP1. The Build Type is a gated Check-In and fails even though the MSBuild log shows as successful on my builds. What would trigger a ...
2
votes
2answers
302 views

TFS build server

We are just getting started with TFS 2010 and migration from SVN and CruiseControl.NET to TFS. With cruisecontrol.NET we have a powershell script that does everything: copying, modifying, compressing ...
2
votes
1answer
391 views

Code Coverage report on unit tests for Windows CE code using TFS 2010

I have a unique combination of platforms in my solution that has stumped me. We need to generate code coverage statistics for unit tests that we're writing for our Windows CE code. We're using Visual ...
2
votes
3answers
1k views

How do I build a 3.5 solution with MSBuild 4.0?

I've been trying to move one of our projects to TFS 2010 Beta 2 to benefit from the new Agile process template and the Test And Lab Manager without moving to VS2010 yet (since it is missing CF ...
1
vote
1answer
55 views

How to setup tests using builds in TFS 2010

Currently I have a setup of build controllers. I want to run automation test scripts referring to some dll. I tried giving the set-up in Process tab of build definition under automated tests. But ...
1
vote
1answer
62 views

CCNet 1.5 with TFS 2010 - solution file never checked out from source control

I am new to CruiseControl.Net but have spent a couple of days setting up a CCNet 1.5 server and it is almost working but there is a problem which I am struggling to understand. We use Team Foundation ...
1
vote
3answers
132 views

How to enable code coverage without using Visual Studio?

I have 80+ VS2010 solutions, each contains some unit test projects. All solutions are merged into one big solution before build process. All tests (or some test subset) are executed after the ...
1
vote
1answer
42 views

Get the output Dir of my TFS Build in a property usable by my project

I have this command in a post build event: if $(ConfigurationName) == Release "$(SolutionDir)Tools\NuGet.exe" pack "$(ProjectDir)MyProject.Contracts.nuspec" This works just fine when I compile ...
1
vote
1answer
81 views

Why do Tracker.exe response file errors still occur when TrackFileAccess is turned off?

I am using TFS 2010 and trying to build a .NET 2.0 project on either of two Windows Server 2008 (x86) build machines. The build machines have .NET versions 1.0, 1.1, 2.0, 3.0, 3.5, 4.0, and Windows ...
1
vote
1answer
100 views

TFS build definition and relative workspace path

Assuming this folder structure in the TFS 2010 Main Collection_A Solution_A1 Solution_A2 Reference Assemblies Collection_B Solution_B1 Project_B1A ...
1
vote
1answer
89 views

Inedo Build Master vs Team Foundation Server

We have our build and deployment scripts set up in TFS 2010. But we are also evaluating indeo Build Master. Has any one used this before? Also, in general, for a full .NET house does it makes ...
1
vote
2answers
81 views

Build Fails With TFS 2010 Build but passes with VS 2010

I have a Website Project in Visual Studio 2010 along with a Class Library Project. When I try to build the Solution from Visual Studio 2010 it builds successfully but fails in TFS 2010 Build. I have ...

1 2 3