Sign In
Aaron Hallberg
Team Build (Build Automation) - Visual Studio North Carolina
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
MSBuild
Team Build Orcas
Team Build V1
TFS Build 2010
VSTS2010
Archive
Archives
December 2009
(1)
June 2009
(1)
January 2009
(1)
December 2008
(1)
August 2008
(1)
July 2008
(2)
May 2008
(5)
April 2008
(1)
March 2008
(1)
February 2008
(3)
November 2007
(2)
October 2007
(5)
September 2007
(1)
August 2007
(2)
July 2007
(6)
June 2007
(7)
May 2007
(2)
April 2007
(3)
March 2007
(6)
February 2007
(1)
January 2007
(3)
December 2006
(1)
September 2006
(8)
August 2006
(3)
September, 2006
MSDN Blogs
>
Aaron Hallberg
>
September, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Aaron Hallberg
Team Build API: GetListOfBuilds
Posted
over 6 years ago
by
aaronhallberg
1
Comments
In part two of my 35 part series, better know a Proxy, I'll be going over the GetListOfBuilds method (of the BuildStore class in the Microsoft.TeamFoundation.Build.Proxy namespace). public BuildData [] GetListOfBuilds( string teamProject, string buildType...
Aaron Hallberg
Determining Whether Tests Passed in Team Build
Posted
over 6 years ago
by
aaronhallberg
11
Comments
In a forum post a while back, I laid out a method for determining whether tests had passed during a build. More recently, I have linked to this forum post in advising others on similar problems. Unfortunately, as a sharp user pointed out in this same...
Aaron Hallberg
Building a Specific Version with Team Build
Posted
over 6 years ago
by
aaronhallberg
9
Comments
Team Build by default gets the latest version of your sources (or tip ) from source control. For the most part, this is probably the behavior you would want and expect. But not always - you might want to reproduce a particular build that got deleted,...
Aaron Hallberg
Team Build API: GetBuildUri and GetBuildDetails
Posted
over 6 years ago
by
aaronhallberg
5
Comments
As Buck Hodges recently noted, some Team Build API documentation recently made it up onto MSDN . Unfortunately, most (maybe all? I haven't been through it all) of the topics are skeletons, with no real content. I'll be trying to remedy this by posting...
Aaron Hallberg
Team Build and aspnet_compiler.exe
Posted
over 6 years ago
by
aaronhallberg
4
Comments
It's funny how things come in bunches sometimes... I had never heard of the issue discussed in this blog post as of a couple of days ago, but we have received two queries on the topic in the Team Build forums in the last few days. (Here they are, if you...
Aaron Hallberg
MSBuild Batching - Generate a Cross-Product (continued)
Posted
over 6 years ago
by
aaronhallberg
1
Comments
As promised, here is the code for the ItemGroupCrossProduct task presented in a previous post: using System; using System.Collections.Generic; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; namespace CustomTasks { public...
Aaron Hallberg
Visual Studio Team System Chat
Posted
over 6 years ago
by
aaronhallberg
1
Comments
Well, I was supposed to blog about this before the actual event, but I haven't been feeling well and didn't have a chance... I just finished up representing Team Build in the Visual Studio Team System Chat (info at http://msdn.microsoft.com/chats for...
Aaron Hallberg
MSBuild Batching - Generating a Cross-Product
Posted
over 6 years ago
by
aaronhallberg
5
Comments
I've been playing around with the batching functionality in MSBuild quite a bit lately, and thought I'd share my various little discoveries with the world... If you aren't sure what batching is in MSBuild, check out this MSDN page. Alternatively, here...
Page 1 of 1 (8 items)