Tagged Questions

3
votes
6answers
601 views

MSBuild & TeamBuild - BuildInParallel failing because of access violation

Hello. 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 hav …
1
vote
2answers
113 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 att …
1
vote
1answer
51 views

Web Deployment Projects, Web Application Projects and Team Build 2008

I've switched from a Website Project to a WAP (Web Application project). The WDP (Web Deployment Project) is used to set and potentially in the future make other web.config chang …
0
votes
1answer
52 views

Custom build task: how to write output to the build log file

I need my custom team build task to write some output to the build log file. How do I do this? The Execute method inherited from the Task baseclass only has a boolean as return pa …
0
votes
1answer
28 views

Is it possible to use Team Build 2008 to build a VS 2005 solution targeting .NET 2.0?

What are the necessary steps I have to do to get Team Build 2008 to build a Visual Studio 2005 solution targeting .NET 2.0?
2
votes
3answers
262 views

How-to Keep Projects Structure with TFS Team Build

Hi, 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 …
0
votes
1answer
178 views

How to execute a batch file on a remote computer?

I would like to be able to run a batch file on a remote computer after a build, where the build output and batch file are living on the build machine. In other words, i want the b …
0
votes
2answers
159 views

Team Foundation Server 2008 Build Server Code Analysis

I'm having trouble getting Code Analysis to run on the build server. My goal is that on checkin the build server will build and run code analysis automatically. For some rules I …
0
votes
3answers
318 views

Can I override DropLocation target to avoid network latency?

In Team Build 2008, the Drop Location for a build is no longer specified in the .proj file, and instead is stored in the database and maintained in the GUI tool. The GUI tool only …
2
votes
3answers
195 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 t …
0
votes
1answer
50 views

Is it possible to have a “global” queue when using TeamBuild?

When I queue two builds from the same Team Project, the first one starts immediately and the second is queued to run after the first is complete. However, when queuing two builds …
2
votes
2answers
343 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 http:// …
1
vote
2answers
449 views

MSBuild task for combining NUnit or MSTest XML results

I have a set of NUnit XML result files (produced by xUnit.NET via the NUnitXml parameter to the Xunit.Runner.MSBuild.xunit msbuild task pretty much as in http://stackoverflow.com/q …
3
votes
8answers
165 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 …
1
vote
1answer
138 views

Team build and Dotfuscator

Hi, I've created a solution that includes all my projects, including the Dotfuscator projects, and setup projects. Some of the Dotfuscator projects are obfuscating only some assem …

1 2 3 4 next
15 30 50 per page