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.
To create a custom workflow activity for Team Build 2010, I have to create a class library that will contains my custom activities, and another one to customize the build process (the workflow).
Our CI build definition has stopped creating a bug on build failure.There are no outstanding build failure bugs.Any advice on where to look to determine why开发者_运维知识库 it would have stopped crea
Is it possible to determine whether a workspace exist on the server given the local path using tf.exe?
I\'ve just read the VS 2010 Database Project Guidance document (link to guidance document) and I\'m still none the wiser about what\'s a sensible strategy for Continuous Integration DB builds and Unit
I am using TFS 2010 and getting to grips with the automated build process. I would like to include pdb files in my builds as these are distributed along with the application (its an in-house app). 开发
The Items to build being added as a requirement in the default template appears to be doing so in the editor for Activities.BuildSettings? since I don\'t see it anywhere in the xaml. Or perhaps I coul
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).
i have a nightly build in my TFS server that runs every night and is working completely fine. we plan to create a clickonce application as well开发者_StackOverflow which is currently working fine exce
I want to use the same targets defined in an external file in multiple build definitions. This external target file should be stored on the source control.