<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Hosam Kamel : Team Build</title><link>http://weblogs.asp.net/hosamkamel/archive/tags/Team+Build/default.aspx</link><description>Tags: Team Build</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Download: Visual Studio 2008 Project Template for TFS Utilities</title><link>http://weblogs.asp.net/hosamkamel/archive/2009/01/19/download-visual-studio-2008-project-template-for-tfs-utilities.aspx</link><pubDate>Mon, 19 Jan 2009 11:41:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6844583</guid><dc:creator>HosamKamel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/hosamkamel/rsscomments.aspx?PostID=6844583</wfw:commentRss><comments>http://weblogs.asp.net/hosamkamel/archive/2009/01/19/download-visual-studio-2008-project-template-for-tfs-utilities.aspx#comments</comments><description>&lt;p&gt;If you develop small utilities for Team Foundation Server a lot you might want to save some time and use a project template (see bottom for file attachment) that already comes equipped with the correct references to the Team Foundation Object Model (&lt;strong&gt;Microsoft.TeamFoundation.*.dlls&lt;/strong&gt;) as well as the most important using statements and a few lines of code to get started.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://weblogs.asp.net/blogs/hosamkamel/image_418902DD.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="323" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/image_thumb_5A648788.png" width="448" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Download and installation steps can be found here &lt;a title="http://msmvps.com/blogs/vstsblog/archive/2009/01/14/download-visual-studio-2008-project-template-for-tfs-utilities.aspx" href="http://msmvps.com/blogs/vstsblog/archive/2009/01/14/download-visual-studio-2008-project-template-for-tfs-utilities.aspx"&gt;http://msmvps.com/blogs/vstsblog/archive/2009/01/14/download-visual-studio-2008-project-template-for-tfs-utilities.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6844583" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/Visual+Studio+2008/default.aspx">Visual Studio 2008</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/VSTS/default.aspx">VSTS</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+Team+Build/default.aspx">TFS Team Build</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+2005/default.aspx">TFS 2005</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/Team+Build/default.aspx">Team Build</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+2008/default.aspx">TFS 2008</category></item><item><title>[Team Build] How to schedule a build in both TFS 2005 and TFS 2008</title><link>http://weblogs.asp.net/hosamkamel/archive/2008/11/25/team-build-how-to-schedule-a-build-in-both-tfs-2005-and-tfs-2008.aspx</link><pubDate>Tue, 25 Nov 2008 13:38:42 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6753575</guid><dc:creator>HosamKamel</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/hosamkamel/rsscomments.aspx?PostID=6753575</wfw:commentRss><comments>http://weblogs.asp.net/hosamkamel/archive/2008/11/25/team-build-how-to-schedule-a-build-in-both-tfs-2005-and-tfs-2008.aspx#comments</comments><description>&lt;p&gt;&lt;strong&gt;&lt;font face="Segoe UI" size="2"&gt;To Schedule a build using TFS 2005 : (From TFSGuide)&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;The Team Build feature in TFS does not support scheduled builds from the user interface. Instead, you can use the Microsoft Windows&amp;#174; Task Scheduler to run the TFSBuild command utility to start builds at predetermined time.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Create a TFSBuild command line.       &lt;br /&gt;TfsBuild start &amp;lt;&amp;lt;TeamFoundationServer&amp;gt;&amp;gt; &amp;lt;&amp;lt;TeamProject&amp;gt;&amp;gt; &amp;lt;&amp;lt;BuildTypeName&amp;gt;&amp;gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Place the command line in a batch file. Note that you must specify the full path to the TFSBuild.exe file so that it can run from windows command prompt. An example of the command used in the batch file is shown here:       &lt;br /&gt;&amp;quot;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\TFSBuild&amp;quot; start &amp;lt;&amp;lt;TeamFoundationServer&amp;gt;&amp;gt; &amp;lt;&amp;lt;TeamProject&amp;gt;&amp;gt; &amp;lt;&amp;lt;BuildTypeName&amp;gt;&amp;gt;&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Create a Windows Scheduled Task that runs the batch file at your desired interval&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;strong&gt;&lt;font face="Segoe UI" size="2"&gt;To Schedule a build using TFS 2008: &lt;font face="Segoe UI" size="2"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="431" alt="image" src="http://weblogs.asp.net/blogs/hosamkamel/WindowsLiveWriter/TeamBuildHowtoscheduleabuildinbothTFS200_D00F/image_7.png" width="644" border="0" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Navigate to the build definition prosperities and choose edit&amp;#160; then select triggers&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Select which days to schedule build on also the time.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;&lt;font face="Segoe UI"&gt;&lt;strong&gt;Note :&lt;/strong&gt; &lt;/font&gt;&lt;/font&gt;&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;Build Dated and times using your system local date and time.&lt;/font&gt;&lt;/li&gt;      &lt;li&gt;&lt;font face="Segoe UI" size="2"&gt;The build will not if no changes happened since previous build , if you need to build even no changes has been done you have to choose the &amp;quot;Build even if nothing has changed since the previous build&amp;quot; checkbox&lt;/font&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font face="Segoe UI" size="2"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font face="Segoe UI" size="2"&gt;Thanks !&lt;/font&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6753575" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/VSTS/default.aspx">VSTS</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+Team+Build/default.aspx">TFS Team Build</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+2005/default.aspx">TFS 2005</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/Team+Build/default.aspx">Team Build</category><category domain="http://weblogs.asp.net/hosamkamel/archive/tags/TFS+2008/default.aspx">TFS 2008</category></item></channel></rss>