<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up SharePoint 2010 CI process with Team City</title>
	<atom:link href="http://www.21apps.com/continuous-integraton/setting-up-sharepoint-2010-ci-process-with-team-city/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/</link>
	<description>Inspiring people to change the way they work</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1458</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Tue, 28 Jun 2011 23:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1458</guid>
		<description>Thorsten,
We use MSBuild scripts, so like you we can run local build from the command line.  I like TC as it gives the CI based on checkin - also you can do personal builds but this something done by the dev locally before checking during thier checkin dance.

I&#039;ve seen over the past year some good use of TFS and for bigger agile teams, with dedicated scrum masters and a reasonable budget that this does add some value.</description>
		<content:encoded><![CDATA[<p>Thorsten,<br />
We use MSBuild scripts, so like you we can run local build from the command line.  I like TC as it gives the CI based on checkin &#8211; also you can do personal builds but this something done by the dev locally before checking during thier checkin dance.</p>
<p>I&#8217;ve seen over the past year some good use of TFS and for bigger agile teams, with dedicated scrum masters and a reasonable budget that this does add some value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten Hans</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1457</link>
		<dc:creator>Thorsten Hans</dc:creator>
		<pubDate>Tue, 28 Jun 2011 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1457</guid>
		<description>Hi Andrew,

nice post. I&#039;m also doing CI for my SharePoint projects, but I don&#039;t prefer TC as Build Server or Build Agent. I prefer just plain MSBuild. By using MSBuild I&#039;m able to do a kind of local CI befor I push my latest changes across to the SourceControl. Sure MSBuils isn&#039;t as comfortable as TC but I tried all of them including TC, TeamBuild 2010, Rake and MSBuild. I&#039;n my opinion only two valid build engines pass my tests which are MSBuild and Rake on the other hand. By using such a basic technologie which is easy to extend I&#039;m able to achieve all the requirements that are present for a front-to-end build within the SharePoint context.

What&#039;s your opinion right now, over a year after publishing this post?</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>nice post. I&#8217;m also doing CI for my SharePoint projects, but I don&#8217;t prefer TC as Build Server or Build Agent. I prefer just plain MSBuild. By using MSBuild I&#8217;m able to do a kind of local CI befor I push my latest changes across to the SourceControl. Sure MSBuils isn&#8217;t as comfortable as TC but I tried all of them including TC, TeamBuild 2010, Rake and MSBuild. I&#8217;n my opinion only two valid build engines pass my tests which are MSBuild and Rake on the other hand. By using such a basic technologie which is easy to extend I&#8217;m able to achieve all the requirements that are present for a front-to-end build within the SharePoint context.</p>
<p>What&#8217;s your opinion right now, over a year after publishing this post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1319</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Sun, 28 Nov 2010 22:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1319</guid>
		<description>Ben, sorry for the delay.&lt;br&gt;&lt;br&gt;a) We do install SharePoint on the build server if we need to do any integration testing.  If you are just doing things like FxCop, SPDisposeCheck and Unit Testing with full isolation then you can manage without.&lt;br&gt;b) On checkin to validate the code, unit tests etc.,  in addition nightly builds for more involved integration and coded UI tests.</description>
		<content:encoded><![CDATA[<p>Ben, sorry for the delay.</p>
<p>a) We do install SharePoint on the build server if we need to do any integration testing.  If you are just doing things like FxCop, SPDisposeCheck and Unit Testing with full isolation then you can manage without.<br />b) On checkin to validate the code, unit tests etc.,  in addition nightly builds for more involved integration and coded UI tests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Weeks</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1307</link>
		<dc:creator>Ben Weeks</dc:creator>
		<pubDate>Mon, 08 Nov 2010 19:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1307</guid>
		<description>Nice post Andrew. Two questions:&lt;br&gt;&lt;br&gt;(a) Do you normally have SP also installed on the Build Server or are you just confirming it builds successfully and confirms to SPDisposeChecker etc.?&lt;br&gt;(b) Do you prefer nightly builds or continuous integration to build on check-in for example?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;br&gt;Ben</description>
		<content:encoded><![CDATA[<p>Nice post Andrew. Two questions:</p>
<p>(a) Do you normally have SP also installed on the Build Server or are you just confirming it builds successfully and confirms to SPDisposeChecker etc.?<br />(b) Do you prefer nightly builds or continuous integration to build on check-in for example?</p>
<p>Regards,</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1305</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Wed, 03 Nov 2010 11:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1305</guid>
		<description>1) Yes that is exactly what we do&lt;br&gt;2) James should have sent you something by email</description>
		<content:encoded><![CDATA[<p>1) Yes that is exactly what we do<br />2) James should have sent you something by email</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1304</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 01 Nov 2010 23:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1304</guid>
		<description>Timely and informative post. Today, I have been asked to recommend a CI server for a SP2010 project . Tony (Wor) at ID mentioned Team City to me sometime ago seems as ever he made a smart choice.  I have  couple of questions: &lt;br&gt;1) Do think there will be any issues if I install team city on the dev single server, SP2010 Farm - in terms of load. Saves on tin I am told....&lt;br&gt;2) Are those James Fisk or perhaps your sample MSBuild Scripts available to view or download.&lt;br&gt;&lt;br&gt;Daniel</description>
		<content:encoded><![CDATA[<p>Timely and informative post. Today, I have been asked to recommend a CI server for a SP2010 project . Tony (Wor) at ID mentioned Team City to me sometime ago seems as ever he made a smart choice.  I have  couple of questions: <br />1) Do think there will be any issues if I install team city on the dev single server, SP2010 Farm &#8211; in terms of load. Saves on tin I am told&#8230;.<br />2) Are those James Fisk or perhaps your sample MSBuild Scripts available to view or download.</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewWoody</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1299</link>
		<dc:creator>AndrewWoody</dc:creator>
		<pubDate>Fri, 15 Oct 2010 15:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1299</guid>
		<description>My colleague James Fisk is doing a talk on this subject at SharePoint User Group in Manchester.  &lt;br&gt;&lt;a href=&quot;http://suguk.org/forums/thread/25394.aspx&quot; rel=&quot;nofollow&quot;&gt;http://suguk.org/forums/thread/25394.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;He should make his MSBuild scripts available from that talk.</description>
		<content:encoded><![CDATA[<p>My colleague James Fisk is doing a talk on this subject at SharePoint User Group in Manchester.  <br /><a href="http://suguk.org/forums/thread/25394.aspx" rel="nofollow">http://suguk.org/forums/thread/25394.aspx</a></p>
<p>He should make his MSBuild scripts available from that talk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ketul Patel</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1298</link>
		<dc:creator>Ketul Patel</dc:creator>
		<pubDate>Thu, 14 Oct 2010 20:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1298</guid>
		<description>Hi do you mind sharing the simple MSBuild Script, I am right now using Visual Studio as a build runner in team city and want to use MSBuild but don&#039;t know much about Build scripts</description>
		<content:encoded><![CDATA[<p>Hi do you mind sharing the simple MSBuild Script, I am right now using Visual Studio as a build runner in team city and want to use MSBuild but don&#39;t know much about Build scripts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2010: Recopilatorio de enlaces interesantes (V)! - Blog del CIIN</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1147</link>
		<dc:creator>SharePoint 2010: Recopilatorio de enlaces interesantes (V)! - Blog del CIIN</dc:creator>
		<pubDate>Mon, 01 Mar 2010 22:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1147</guid>
		<description>[...] Setting up SharePoint 2010 CI process with Team City  [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up SharePoint 2010 CI process with Team City  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SharePoint 2010: Recopilatorio de enlaces interesantes (V)! &#171; Pasión por la tecnología&#8230;</title>
		<link>http://www.21apps.com/sharepoint/setting-up-sharepoint-2010-ci-process-with-team-city/comment-page-1/#comment-1146</link>
		<dc:creator>SharePoint 2010: Recopilatorio de enlaces interesantes (V)! &#171; Pasión por la tecnología&#8230;</dc:creator>
		<pubDate>Mon, 01 Mar 2010 22:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.21apps.com/?p=1198#comment-1146</guid>
		<description>[...] Setting up SharePoint 2010 CI process with Team City  [...]</description>
		<content:encoded><![CDATA[<p>[...] Setting up SharePoint 2010 CI process with Team City  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

