Tagged Questions
35
votes
9answers
18k 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
440 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
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.
...
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
3k 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
272 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
248 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
3answers
200 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
2answers
42 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 ...
3
votes
1answer
73 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
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
2answers
235 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
1answer
374 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
513 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
2answers
34 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
42 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
2answers
45 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 ...
2
votes
1answer
120 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
82 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
83 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
183 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
287 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
238 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
3answers
208 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
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
287 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
119 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
140 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
2answers
417 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 ...
2
votes
3answers
887 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
47 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
293 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
386 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
44 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
90 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
31 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
47 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
59 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
2answers
60 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
vote
1answer
101 views
TFSBuild 2010 Package only contains sources - not binaries
The packages created by a TFS 2010 Build only contain our Sources, not the binaries. When this is (automatically) deployed to IIS, the site does not run because it is missing DLLs that are created ...
1
vote
1answer
83 views
Team Foundation Server 2010 - build configuration not set for project
(I´ve updated the title, to reflect my new findings)
I've just ported a bunch of projects from TFS2008 to TFS2010 and have run into a (actually several :)) problem with a specific project. When ...
1
vote
1answer
76 views
Can I bypass Gated Check-In build after checking a file in during a separate build process? TFS 2010
I have 2 build definitions set up for a solution, 1 is a nightly build that is triggered every night and the other is a Gated Check-In build that will trigger when developers try to check new changes ...
1
vote
1answer
81 views
Unknown Error during TFS 2010 build
Every so often our build process complains of the following error:
Cannot cancel the workflow. Agent needs to be restarted. Details: The operation could not be performed because WorkflowApplication ...
1
vote
1answer
340 views
Need To Configure TFS Build With Custom Build Script
I use the below script to queue build in TFS 2010 build server. This TFSBuil.proj runs successfully if I use locally with command: MSBUILD.exe TFSBuild.proj
and get my staging folder. I am trying ...
1
vote
1answer
64 views
Trying to queue build in TFS server - Calling a target in TFSBuild.Proj
I have been using a msbuild file that builds and packages my solution to 'Client' and 'Server'. So far I have been using the below cmd to build from VS cmd prompt:
msbuild.exe MyBuildFile.proj ...
1
vote
1answer
97 views
Running both 32 bit and 64 bit unit test in TFS 2010
My project has both 32 bit and 64 bit components. THey have both managed and unmanaged components. I need to run unit test for both configuration. I also have separate set of different test files ...