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
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
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
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).
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:
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.
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
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:
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
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: