0
votes
1answer
27 views

How can I collect name of dlls, which have already built during a running build.

I have TFS 2012 with Build Agent and Buld Controller. If I start a build, which is very time consuming, I would like to write to the log file the names of dlls that have been built (like build ...
1
vote
0answers
63 views

How to get latest code from TFService using alternate credentials?

as part of our continues integration process we want to get latest code from TFService in order to execute automated tests locally. We already could download the latest builds, but we cannot execute ...
2
votes
2answers
107 views

Assign Global Variable/Argument for Any Build to Use

I have several (15 or so) builds which all reference the same string of text in their respective build process templates. Every 90 days that text expires and needs to be updated in each of the ...
0
votes
2answers
69 views

What are square braces surrounding attribute values?

In the TFS DefaultTemplate.11.1.xaml build process template, there are many attributes whose entire values are surrounded by square braces [], so a tag has the form <tagName ...
2
votes
0answers
198 views

Selenium WebDriver tests failure in TFS build process

I use ChromeDriver for web application testing. Unit tests work OK locally on my machine. But when I start automated test run on build server it fails with an exception on new ChromeDriver(): ...
2
votes
2answers
148 views

How to automatically download the last build from TFS online?

as part of the continues integration process we want to download the last build form TFS online in order to execute automated tests locally. Do you know if there is a way to download it ...
0
votes
2answers
547 views

Using VSTest to run unit test cases instead of MSTest

I have a x64 platform C# solution(VS2012) on a TFS2010 server. I have attached a unit test project (also x64) to this solution and created a build definition. When I queue the build, it succeeds but ...
1
vote
0answers
127 views

Visual studio 2012 Post Build EXE returns an error but not failing the build

I'm trying to run some exe file after my build is done that's verifies some stuff. for this, i'm using the Post Build Hook from the build definitions and set "Treat Exe failure as build error" to ...
1
vote
0answers
205 views

Issues with multiple build template (xaml files) in project

I'm having trouble with my TFS Build project. I'm following the example from here as far as setting up the project in VS. I have a project just for the custom activities and a separate project for ...
2
votes
1answer
2k views

TFS 2012 - Creating a Staging, then Release workflow

I have recently installed TFS 2012 on the same server as IIS 7.5 is installed. My question is this, using VS 2012 I can successfully checkin/out and build to the Staging (staging.domain.com) site... ...
0
votes
1answer
403 views

TFS “Copy Outputs to Drop Folder” parameter in build process template

I want do some job in my build process template only if parameter "Copy Outputs to Drop Folder" is set to true. Is there any variable that is associated with this parameter?
0
votes
1answer
514 views

TFS Build Workflow InvokeProcess PsExec

I am trying to run a batch file automatically during a build from a TFS build workflow. I have added an InvokeProcess activity with the following: Arguments: "\\" + agent + " /accepteula -u ...
0
votes
2answers
304 views

TFS Build Automation(New project added to solution is not showing up in build output directory)

We have build definition in place and it is building the solution and coping the binaries to the output directory as required. But when I added a new project to the solution, the binaries of the new ...
2
votes
2answers
89 views

Assembly to contain file description BranchName_Timestamp_Changeset

I want assemblies that are built in queue in build machine to have custom assembly details which helps us track in finding bugs. Ex I want file description of assembly to contain ...
2
votes
1answer
2k views

Deploying database and web projects during TFS build process

I have a mixed solution with a couple of Web applications and SQL Database projects. I also have a remote test server with MS SQL 2012 and IIS 7. The TFS build server is on another machine. All the ...
2
votes
1answer
472 views

Edit build definition error message

I get this error every time I try to edit a build definition under Visual Studio 2010. I would get the following message "There were 0 failures, 6 errors and 0 warnings loading custom activities and ...
0
votes
1answer
372 views

TFS 2010: Is it possible to use a list of key value pairs in the ProcessParameterMetadataCollection?

I am trying to configure my TFS Workflow with the ProcessParameterMetadataCollection. I need a list of key value pairs. Something like: Then I want to iterate through the collection and invoke a ...
1
vote
1answer
349 views

Getting Changesets in build process workflow activity

I have a custom Code Activity that sends out a status email at the end of the build process. So far I have it working except I cant seem to get the Associated Changesets and Work Items. Right now I ...
5
votes
2answers
628 views

How i can use BuildMessage in a custom BuildActivity?

How Can I add BuildMessage(s) in custom BuildActivity? [BuildActivity(HostEnvironmentOption.Agent)] public sealed class InvokeDotNetReactor : CodeActivity { [RequiredArgument] public ...
0
votes
2answers
184 views

TFS 2010 Show Output In Log Window

I have a custom activity and I'd like to show some messages during build process. How can I do that?
0
votes
1answer
126 views

Deployment failed with error : login failed for user 'xx'

The deployment of the build in TFS failed within 10 seconds with the following error. Deployment fail with error: Login failed for user 'XX' Any help Thanks, suren
13
votes
1answer
1k views

TFS2010 - Wrong changeset appearing at SourceGetVersion

I am currently setting up a Team Foundation Server 2010 and I found a very strange behavior when performing a build: The situation explained: We have 2 Branches Development Main All developers ...
2
votes
2answers
1k views

TFS 2010 Build - batch file 'access denied'

Running TFS 2010 I am trying to do a proof of concept, having batch files run as part of the build process. I have an 'invokeProcess' in my build seqeunce which runs a batch file. When I run the ...
2
votes
1answer
2k views

How can TFS build process be configured to execute tests on Test Agents through a Test Controller?

We have a Visual Studio test controller with 3 registered test agents in a specific test environment setup for our nightly automation runs. I've seen ample documentation on having the build agents ...
0
votes
1answer
252 views

TFS - Release Notes - List of bugs “Resolved” in the current branch

We are using Visual Studio 2010 and TFS. We have 4 environments that we use. They are as follows: DEV - For the development team to test integration QA - For our QA team to perform their tests UAT ...
0
votes
2answers
367 views

TFS Builds Queuing

I'm facing this issue in a build. Other Errors and Warnings 1 error(s), 0 warning(s) Failed to create directory '\\win-akk2jup2ka\share\UICoded Build\UICoded Build_20110817.4'. Details: The ...
0
votes
1answer
129 views

How to target specific solutions in a TFS team build definition using WF?

Here is my situation. I setup a build definition for continuous integration using the new workflow system. Then I targeted this definition to a particular solution. I checked-in my solution many ...
2
votes
2answers
445 views

How to Implement TFS InvokeProcess to run under other credentials

I'm using TFS (VS 2010) Build Definitions and XAMLs to build apps to different environments. Now, we need to push these builds to Production servers which require different credentials than what the ...
0
votes
3answers
917 views

TFS: wrong build order

I have a solution file which is built on TFS. I added project dependences and the project is built well locally but the build order on the TFS is not correct, so I have an error while building. What ...
2
votes
1answer
554 views

How do I build when Tfs Read-only files block assembly and config file updates (via ccnet)

What are the work-arounds for builds failing when moved to TFS because now each file is set to read-only? Using CC.net, TFS2008 (TFS 2010 within 2 months), target framework 3.5, msbuild 3.5.
0
votes
2answers
253 views

TFS BuildProcessTemplate - Switch<T> always seems to choose Default option

I'm attempting to get a build process template to switch build tools based on the project file extension (specifically, I'm trying to build some Sandcastle and SqlSpec documentation projects without ...
1
vote
1answer
2k views

In Team foundation server what is build agent and controller?

I am unable to grasp the concept of build server in Team foundation. Can anybody explain ? Also what is the build agent and controller in the foundation server ?
1
vote
2answers
2k views

How to make build definition in TFS Build 2010 configurable w.r.t input variable values and “items to build”

We are using TFS Build 2010 for Builds. We have two branches of source code (Lets say branchA and branchB). Now as a part of the build definition we set the projects to build: Now to employ the ...
0
votes
1answer
202 views

TFS Custom Build Process Template Errors - Cannot view designer

I'm getting a bunch of errors about missing references. Anyone know why? Viewing the default template does the same thing. Reloading the designer does not work. I have TFS Power Tools installed as ...
0
votes
1answer
235 views

Reusing MSBuild targets for different build types

I have got a problem with reusing the same MSBuild targets for different build types on TFS. Let me describe the situation. I have got two build types (CI - for continuous integration and RC - for ...
0
votes
1answer
202 views

How do you specify a direct build name directory using TFS build of an ASP.net web application?

I have a TFS build set up to deploy an ASP.net project to a test server. The build works great, and deploys to the test server fine, but instead of putting it into the \Website directory that my IIS ...
0
votes
2answers
675 views

Team Build to build solution in different TFS Projects

We are using TFS2008 and TeamBuid to build our product. I have SolutionAA in TeamProjectAA that uses a file reference to a compiled library (SolutionBB) that is checked in to TeamProjectAA. Now this ...
4
votes
3answers
701 views

Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I've seen several posts on this site telling people about other CI solutions. Are there ...
6
votes
10answers
538 views

How do you put an large existing database (schema) under source control?

My DBA just lost some development work that he did on our development database. Poor fella. So naturally our manager asked him, at our status meeting, how this could happen and how we could avoid this ...
1
vote
2answers
1k views

TFS Build Architecture

I am preparing to move my team's source control from VSS over to TFS 2008. This is for an asp.net website, and I am currently using a combination of nant scripts and Cruise Control to do all of the ...
4
votes
4answers
1k views

Build monitor for TFS 2008 build server

We have about 6 TFS Projects with their own builds that we want to actively monitor. Ideally it should show each of the builds along with their status: succeeded, partially succeeded, failed.. I ...
2
votes
3answers
2k views

What are the best practices for the AspNetDevelopmentServerHost attribute?

We have a Web Application Project (dozens actually..) that has a testing project attached to it. In the testing project I have a simple unit test which exercises a couple of methods. Running ...
1
vote
8answers
310 views

How can we improve our deployment and build systems?

We have 4 different environments: Staging Dev User Acceptance Live We use TFS, pull down the latest code and code away. When they finish a feature, the developers individually upload their changes ...
0
votes
6answers
352 views

Generating a build from TFS

When you are going to release a build using TFS, what do you normally do? Just use a specific changeset, create a branch or label/tag? Note: this build is not for release, it is for our staging/user ...
0
votes
1answer
592 views

Restrict Who can change “Build Quality” in TFS

When a build is in the completed section of the Build Explorer in Visual Studio the Build Quality can be assigned. Is there a way to restrict who can set these? Ideally I would love a way to ...
1
vote
2answers
255 views

Is there a better way of viewing team build logs?

Currently the msbuild logs for team build are appalling as they are just plain text and are very difficult to read. Also the ones created by my build are approx 30Mb and take quite a while to download ...
2
votes
3answers
286 views

Is it possible (or desirable) for a work item to queue a build?

In our company there are many teams who constantly submit build request work items to us via TFS. I know that it's possible to trigger a build from a check-in or on a schedule, but this is not what ...
2
votes
2answers
1k views

How do you use Team Foundation Build to build for multiple environments?

When you are using Team Foundation Build to build a project for multiple environments, do you do one build for all environments, or keep a separate build script for each environment? Think of the ...
0
votes
4answers
2k views

When running a TFS build, will it always download all the files for the project?

When running a TFS build, will it always download all the files for the project, or can it use a previous builds download (as long as the files didn't change).
0
votes
1answer
423 views

Where is the 'New Team Build Type' option in the build menu?

I'm following instructions on how to create a new build type in TFS, and it says to: In team explorer, select the project you want to create a new build type on the build menu, select new team build ...

1 2