We have a tfs 2010 setup with some deployment machines running tfs deployer to automate the deployment of our builds.
I have just upgraded our TFS 2008 to TFS 2010. We have a few project areas in our source control and in 2008 they all seemed to have their own build queue, i.e. we could have 2 builds going on if ther
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.
A TFS build of mine that used to work started running indefinitely. After queuing a build the build agent crashes. Here is the crash in the even开发者_JAVA百科t log:
I am trying to make work the TF开发者_C百科S 2010 build service (on a Windows Server SP2). The solution I want to get built includes many C# projects and one F# project. On my own PC, where I have Mic
I am trying to customize default TFS build process by adding a step where a database is deployed using the database project. I followed [these steps][1] and the DB deployment works when the database n
We are working on fine tuning the automated build process using TFS 2010. During development, we use a special configuration to run our unit tests. During the build, does it make sense/possible to do
I\'ve been using Team Build 2010 successfully to automate builds where the source code is written in MS C#/C++.
Is there a tutorial somehwere or can somebody explain how to integrate dotCover with TFS? I want to run dotCover (probably the console runner?) as part of the team build process and would like to gene
I\'m new to Team Foundation Server, and I\'m currently working on setting up an automated build strategy for my project. One bit of confusion I\'m having is how to setup automated builds that match ou