Welcome to MSDN Blogs Sign in | Join | Help

November 2006 - Posts

Continuous Integration in Team Build for Orcas

Brian Harry has written a post about an SD Times article about TFS . Since he is the head of Team Foundation, his posts tend to have interesting tidbits in them, such as the following. It talks about the lack of continuous integration and the ability
Posted by buckh | 3 Comments

Building software against different versions of .NET with MSBuild in Orcas

Faisal Mohamood, a program manager on the MSBuild team , has written a pair of posts about the "multi-targeting" feature in the Orcas version of MSBuild. Multi-targeting allows you to build your code against the .NET 2.0, 3.0, or 3.5 frameworks, according
Posted by buckh | 1 Comments

All of the Sysinternals tools in one download

Microsoft TechNet put them all in one convenient download. Sysinternals Suite Published: November 1, 2006 Introduction The entire set of Sysinternals Utilities have been rolled up into a single Suite of tools. This file contains all the individual tools
Posted by buckh | 3 Comments
Filed under:

Where does the console output for tests go when run within Team Build?

This question came up on the internal discussion alias. Tom Marsh, development lead on VSTS for Testers, responded saying, "the console output is saved with the unit test results. If you download the results and open them in the IDE, you will see the
Posted by buckh | 3 Comments

Updated version of new TestToolsTask

I've updated the TestToolsTask that supports using test containers, in addition to the test metadata files supported by v1. Unfortunately, the task I posted originally didn't result in builds being marked as failed when the tests had errors. I missed
Posted by buckh | 12 Comments

Opportunity to provide feedback on Community Technology Previews (CTPs)

Brian Harry would like your feedback on how and when we do CTPs. Be sure to post comments on his blog! Feedback on VS Community Technology Previews (CTPs) We recently had an internal email thread with some people on our advisory councils giving us feedback

How to run tests in a build without test metadata files and test lists (.vsmdi files)

Since the beginning, running tests in Team Build (or MSBuild in general) has meant having to use .vsmdi files to specify the tests to run. Tons of people have complained about it, as it's a burden to create and edit the files, as either VSTS for Testers
Posted by buckh | 46 Comments
Attachment(s): TestToolsTask-1.3.zip
 
Page view tracker