Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

23
votes
31answers
3k views

What are the cool and interesting things that you do during build-automation?

I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to consider and look ...
17
votes
1answer
443 views

How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?

I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account. I have successfully given this domain account ...
13
votes
3answers
4k views

TFS Build server - CSC : fatal error CS2008: No inputs specified

We get the above error message on our build server, when we build the solution or the specific project that the error refers to. We can build the solution without any problem using visual studio ...
11
votes
6answers
9k views

Team Build: The path 'Path' is already mapped in workspace 'workspace' error even after deleting all workspaces on build agent

I have this problem when I queue a build. The build dies with the error The path C:\[Path]\Sources is already mapped in workspace [Server Name]. the same as this question. but I've removed all ...
11
votes
6answers
4k views

MSBuild & TeamBuild - BuildInParallel failing because of MSB3021 file permission violation

I maintain the build of a fairly large piece of software, consisting of roughly 350 csharp projects. Our build time for a debug built clocks in at about 17 minutes. I have been looking at ways to ...
10
votes
6answers
8k views

How can I get TFS 2010 to build each project to a separate directory?

In our project, we'd like to have our TFS build put each project into its own folder under the drop folder, instead of dropping all of the files into one flat structure. To illustrate, we'd like to ...
8
votes
3answers
202 views

TFS Automated Build Strategy Questions

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 our ...
8
votes
5answers
2k views

How can I copy a TFS 2010 Build Definition?

Is there any way to copy a build definition? I work in a mainline source control methodology which utilizes many different branches that live for very short periods (ie. a few days to a week). I'd ...
7
votes
7answers
967 views

Automated generation of database change scripts

I'm looking for a way to automated the generation of change scripts for our databases. Currently we use Visual Studio 2008 database edition, which has the Schema Compare option, but I don't see a ...
7
votes
3answers
608 views

What are some of the best resources to learn MSBuild with?

I am looking for any and all suggestions of the best and effective resources that the StackOverflow community has used to better learn MSBuild with an emphasis on integrating unit tests and later ...
6
votes
2answers
861 views

TFS 2010 RC: How to fail a build for low code coverage?

How can I cause a build to fail when code coverage is below a certain threshold?
6
votes
1answer
717 views

Team Build: Cannot find generated private accessor

We have been using TeamBuild and test for our continuous integration build for about 4 months and this issue just popped up the other day in one of our test assemblies when running tests on one of our ...
5
votes
1answer
273 views

Problems with long path in TFS Team Build when CreatePackageOnPublish is set to true.

We have a problem by build because of long path created by TFS Team Build when parameter CreatePackageOnPublish is set to true. In directory PackageTmp (see picture later) the package is stored, but ...
5
votes
3answers
2k views

Team Build: Publish locally using MSDeploy

I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do something pretty simple a bit overwhelming. My setup at the moment is a solution ...
5
votes
1answer
249 views

Gated Checkins in TFS2010

I wish to utilize the new gated check-in function of TFS 2010. I have about 10 solutions, that all share as a dependency a proprietary shared-code library. My structure is: TeamProj/SharedCode ...
5
votes
1answer
297 views

Trigger build when another finished succesfully in TFS 2008

This is a feature I'm used to from TeamCity - I could specify that a certain build configuration will be triggered by the success of another build configuration. I could even pass the results of one ...
5
votes
1answer
720 views

Using Gallio/Mbunit with TFS 2010 Team Build

How do you configure a Team Build 2010 build process template to run MbUnit tests via Gallio?
5
votes
4answers
2k views

ItemGroup Item scope, alternatively “Why does MSBuild hate me?”

I have a solution I'm trying to get to build on TFS. I want to update the versions of all appropriate files, and I've been stuck trying to get this done. There are plenty of links on how to do it, ...
5
votes
7answers
9k views

Assembly references won't resolve properly on our build server

We code in C# using VS2008 SP1. We have a server that runs Team System Server 2008 which we use for source control, tasks etc. The server is also our build machine for Team Build. This has been ...
5
votes
2answers
1k views

Manually Trigger a TFS Team Build

How would you manually trigger additional team builds from a team build? For example, when we were in CC.Net other builds would trigger if certain builds were successful. The second build could ...
5
votes
4answers
3k views

TFSBuild.proj and Importing External Targets

We want to store our overridden build targets in an external file and include that targets file in the TFSBuild.proj. We have a core set steps that happens and would like to get those additional steps ...
4
votes
2answers
778 views

Assert.Inconclusive and IgnoreAttribute

What is the right way to use Assert.Inconclusive and IgnoreAttribute in MS Unit test framework? We are using Assert.Inconclusive mainly for tests which are: Not implemented yet Somehow broken or ...
4
votes
3answers
552 views

TFS 2010/Code Metrics Integration, Automated Builds Fail, Code Metrics Don't Run

I'm trying to add an automatic post-build trigger to run NDepend (code metrics software) after an automated team build in TFS 2010. NDepend's website provided code for integrating this capability, ...
4
votes
2answers
781 views

How do I debug custom build processes in TFS 2010?

I know my build isn't working, but I can't figure out how to debug it. My only symptom is it only does a get operation for some of the projects in the solution. Setting verbosity to diagnostic tells ...
4
votes
1answer
850 views

WriteBuildMessage not displayed

Consider this simple msbuild script (xaml): <Activity xmlns=[....]> <Sequence> <mtbwa:WriteBuildMessage Message="Test message"/> <mtbwa:WriteBuildWarning Message="Test ...
4
votes
2answers
137 views

Is it possible to get the history of changes on a build definition in TFS2010?

It seems odd that the main build definitions would not have a history, but I can't find any mechanisms. Please tell me there is someway to track changes to the build definitions over time.
4
votes
3answers
702 views

TFS 2010: How to deploy a windows service as a part of a build?

We need to be able to deploy a couple of windows services to the remote machine as a part of a build. This is a nightly build which deploys the whole application to the TEST environment so it has to ...
4
votes
1answer
2k views

CustomizableOutDir=true breaks MSTest.exe during Team Build

When using CustomizableOutDir, I'm having problems with TFS Team Build firing off MSTest.exe properly. TFSBuild.rsp /verbosity:diagnostic /p:CustomizableOutDir=true TFSBuild.proj (solutions to ...
4
votes
8answers
201 views

Develop for the customer, or for a manager? [closed]

So you're striving for a job, then you have two to choose from: Job A: You have direct contact with the customer. You get the user requirements. You design and develop being able to contact the ...
4
votes
3answers
4k views

How can I deploy an ASP.NET web application using Team Build?

I have managed to install Team Foundation Server 2008 and I created a separate build server (which works because my builds are currently failing). I have created a simple "Hello World" Web ...
4
votes
4answers
1k views

Team Build now Painfully Slow

We're running into performance issues with our implementation of Team Foundation Build Server and I'm running out of ideas on how to speed things up. We've already added a few PropertyGroup elements ...
3
votes
2answers
111 views

How to get an assembly's version in Team Build 2010 Workflow

Is there any way to get an assembly's version number like we previously used to do with Msbuild with Team Build 2010 Workflow? Here is a simple example of how we used to get an assemby's version with ...
3
votes
1answer
228 views

Can TFS 2010 Workflow-based team build get Code Coverage results?

Using Workflow to create a build I'd like for the build quality to change depending if the current code coverage threshold is met. I have everything set up but the condition to check the coverage ...
3
votes
2answers
704 views

How to Move TFS 2010 Build Definition between Projects?

I have some TFS 2010 build definitions that were created under ProjectX. Now the source code has moved to a folder subordinate to ProjectY. How can I move the build definitions to ProjectY so they ...
3
votes
1answer
126 views

Need recommendations of team collaboration systems

A small team needs a system where they can post to a wall and the other team members can comment. They would have a dashboard that allows them to see all recent activity within a glance. They also ...
3
votes
1answer
492 views

WebDeploy to deploy multiple web sites

We're using this process to use WebDeploy to deploy and compile two web sites that are a part of the solution. The approach we took was found here: ...
3
votes
1answer
105 views

Open an NDepend Project With An Automated Team Build?

I am trying to automatically open an NDepend Project when the Solution builds in an automated build in TFS2010. This stems from this previous question. The aforementioned post is where I tried (and ...
3
votes
3answers
977 views

Problem with Team Build 2010 and web.config transformation

I'm struggling to get web.config transformations working with automated builds. We have a reasonably large solution, containing one ASP.NET web application and eight class libraries. We have three ...
3
votes
2answers
673 views

Code coverage missing when building .NET 4 apps on Team Build 2008

I'm building VS2010 solutions on a TFS2008 build agent with VS2010 Ultimate installed; code compiles fine, and the tests all run fine, but when it comes to code coverage, nothing is being reported. ...
3
votes
1answer
359 views

How to get the last build artifact out of the TFS build drop?

Our existing batch build script contains an URL to get the latest product-build (of another build definition) from. How can one access the lattest build drop folder of TFS Team Build? I'm looking ...
3
votes
2answers
867 views

Where is the TFS 2010 “main” build log?

I'm trying to track down some problems with unit tests in a test TFS 2010 build. The overall log file reports an error being returned from MSTest, but the only log files I can find, the log files for ...
3
votes
4answers
1k views

Why does Tfs2010 build my Wix project before anything else?

A similar question was asked and answered about a year ago, but was either a different issue (everything was in beta) or misdiagnosed. It's located here: MSbuild task fails because "Any CPU" ...
3
votes
4answers
3k views

How To: Deploy SQL Database Project using Team System Build 2010 (beta 2)

Can anyone shed some light on how to get Team Build 2010 beta 2 to push a SQL database project to the SQL server? In VSTS 2008 you'd just add MSBuild commands with the targets attribute set to ...
3
votes
3answers
2k views

Sign every executable with authenticode certificate through MSBuild

I have an authenticode certificate (.pfx) which I use to sign executables. How can I configure Team Build so that it signs every single executable (.exe, .dll, ...) automatically while building the ...
3
votes
2answers
622 views

Team Foundation Server - How to team build a Team Project but not pull all branches

Currently we have a team project setup like below (in regards to branches) Team Project |__Developement |__Development - Isolated Feature Dev |__Main ...
3
votes
3answers
1k views

How to chain TFS builds?

I have a scenario where I want to call one TFS build from another, the first one does the build and the second one does staging. This will allow me do multiple custom staging for the same solution. I ...
3
votes
2answers
2k views

Running MSTEST.exe /publish on a TeamBuild server, what are the prerequisites?

Similarly to http://stackoverflow.com/questions/954943/how-to-use-mstest-in-continous-integration-without-vs, I want to run mstest.exe on a TeamBuild server. My context is ...
3
votes
2answers
1k views

Trapping Error Status in MSBuild

As part of some build automation of running xUnit.net tests with MSBuild, I'm running into a case where I need to loop over a batch of items. Inside the loop, I need to detect whether an iteration ...
3
votes
4answers
295 views

Does MBTI assessment help development teams?

How much (if at all) does MBTI type testing help development teams?
3
votes
3answers
1k views

How-to Keep Projects Structure with TFS Team Build

I've a Solution structure as below : Solution 1 (Solution1.sln) Project 1 Project 2 Project 3 I created a Team Build definition working with Solution1.sln. My problem is that compiled binaries ...

1 2 3 4 5