<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx</link><description>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,</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>How To:  TeamBuild 编译之前的版本</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#9252426</link><pubDate>Thu, 25 Dec 2008 09:47:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9252426</guid><dc:creator>xwang</dc:creator><description>&lt;p&gt;关键字:Label,Changeset,datetime...在TeamBuild的时候我们经常有需求需要编译某个版本，例如某个Label,或者什么时候提交的，而不是最新提交的版本,在T...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9252426" width="1" height="1"&gt;</description></item><item><title>How to: Make Team Build get a previous version</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#8657929</link><pubDate>Thu, 26 Jun 2008 22:42:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8657929</guid><dc:creator>Grant Holliday's blog</dc:creator><description>&lt;p&gt;In Team Build 2008 there is a property called GetVersion . Here’s what the description from Aaron Hallberg’s&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8657929" width="1" height="1"&gt;</description></item><item><title>Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#4894019</link><pubDate>Thu, 13 Sep 2007 16:12:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4894019</guid><dc:creator>Prakash's Blog</dc:creator><description>&lt;p&gt;Please check out the blog entry by Aaron &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.asp"&gt;http://blogs.msdn.com/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.asp&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4894019" width="1" height="1"&gt;</description></item><item><title>re: Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#770612</link><pubDate>Mon, 25 Sep 2006 18:13:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770612</guid><dc:creator>aaronhallberg</dc:creator><description>That is correct - the BeforeXX and AfterXX targets are provided as extensibility points for users. &amp;nbsp;For a complete list of the targets users are encouraged to override, see the following blog post: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/buckh/archive/2006/08/09/team_build_extensibility.aspx"&gt;http://blogs.msdn.com/buckh/archive/2006/08/09/team_build_extensibility.aspx&lt;/a&gt;. &amp;nbsp;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=770612" width="1" height="1"&gt;</description></item><item><title>re: Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#770553</link><pubDate>Mon, 25 Sep 2006 17:14:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770553</guid><dc:creator>liujj-xujj</dc:creator><description>I have a question. I see only you can answer.&lt;br&gt;Is BeforeXXX and AfterXXX event default not done anything, only return true? These event are only given to the developer to write their code?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=770553" width="1" height="1"&gt;</description></item><item><title>re: Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#770502</link><pubDate>Mon, 25 Sep 2006 16:21:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770502</guid><dc:creator>aaronhallberg</dc:creator><description>CoreGet is indeed a core target, and normally we do not recommend overriding these. &amp;nbsp;In certain cases, however, there is no other reasonable way to accomplish a goal in Team Build v1. &amp;nbsp;Building a specific version is one of these cases - we simply did not provide the necessary extensibility points to accomplish this without overriding CoreGet or making some other change that amounts to the same thing.&lt;br&gt;&lt;br&gt;If you choose to override a core target, you will want to make sure to examine any changes to the target in future releases of Team Build when upgrading to avoid breaking your build, missing out on some new functionality in the target, etc.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=770502" width="1" height="1"&gt;</description></item><item><title>VSTS Links - 09/25/2006</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#770486</link><pubDate>Mon, 25 Sep 2006 16:05:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770486</guid><dc:creator>Team System News</dc:creator><description>Tolong on An overview on Team Foundation Server Architecture.&lt;br&gt;&lt;br&gt;Aaron Hallberg on Building a Specific...&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=770486" width="1" height="1"&gt;</description></item><item><title>re: Building a Specific Version with Team Build</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#770285</link><pubDate>Mon, 25 Sep 2006 12:33:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:770285</guid><dc:creator>liujj-xujj</dc:creator><description>CoreGet is a core event, Can we Overriding this event ? Is this do can effect other work?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=770285" width="1" height="1"&gt;</description></item><item><title>How to determine whether tests passed and building a specific version</title><link>http://blogs.msdn.com/b/aaronhallberg/archive/2006/09/19/building-a-specific-version-with-team-build.aspx#767314</link><pubDate>Sat, 23 Sep 2006 07:11:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:767314</guid><dc:creator>Buck Hodges</dc:creator><description>Aaron Hallberg has written a couple of posts about Team Build that started with questions from users.&amp;amp;amp;nbsp;...&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=767314" width="1" height="1"&gt;</description></item></channel></rss>