tfsbuild
VS2010: Exclude a project from build
I have a solution that has a wcf service that connects to SQl server. When I am offline I have another service that I use for development and testing that stores to in memory storage. I would like to[详细]
2023-04-09 03:08 分类:问答TFS 2010 API - Get work items from merge
I need to send an email on completion of a build in TFS 2010 which details the work items associated with check-ins that have been compiled as part of this build. This works no problem via use of the[详细]
2023-04-08 16:19 分类:问答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 tes[详细]
2023-04-08 11:23 分类:问答Preventing Checkin to trigger multiple Build with TFS 2010
I have some Libraries added in my TFS 2010 project in a Lib folder. Each time I check In a dll in the Lib folder, all the build that reference that Lib folder trig automatically (more than 20 Build).[详细]
2023-04-08 05:37 分类:问答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:[详细]
2023-04-07 22:18 分类:问答In Team Build, how to checkout and checkin a file that is not on your workspace?
I\'m customizing my own Team Build workflow, and at some point within the \"Run on Agent\" sequence, I need to checkout a file that is not in the current workspace, edit and check in again.[详细]
2023-04-07 00:41 分类:问答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. Th[详细]
2023-04-06 22:14 分类:问答Team Build workflow can't load my custom activity
I\'ve been searching for alternatives for hours, and I got some really weirdness going on. So to isolate my problem, I created a very simple code activity that goes inside my xaml template:[详细]
2023-04-06 12:24 分类:问答TFS Team Build Log Unit Test Results
We\'re using TFS 2010 Team Build which automatically runs our unit tests during the build process. If I click on View Log, I can see the list of tests run and each test result (Success/Fail). In the e[详细]
2023-04-06 05:35 分类:问答MSBuild vs. Workflow
We have been using MSBuild for a few years successfully in our company. We have a very custom .proj build file for every Build specification (Release, Debug, etc.) which include many operations as:[详细]
2023-04-05 05:30 分类:问答