<?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 for Mark Nichols</title>
	<atom:link href="http://marknic.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://marknic.net</link>
	<description>Let me explain. No, there is too much.  I will sum up.</description>
	<lastBuildDate>Thu, 03 May 2012 11:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Dipak Bava</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-243</link>
		<dc:creator>Dipak Bava</dc:creator>
		<pubDate>Thu, 03 May 2012 11:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-243</guid>
		<description>Works like charm.
In case if any one face IndexOutofRange exception in &quot;Scan solution for projects&quot; activity, modify condition to 
fileLine.Trim().StartsWith(&quot;Project&quot;) And Not fileLine.Trim().StartsWith(&quot;ProjectSection&quot;)

Dipak</description>
		<content:encoded><![CDATA[<p>Works like charm.<br />
In case if any one face IndexOutofRange exception in &#8220;Scan solution for projects&#8221; activity, modify condition to<br />
fileLine.Trim().StartsWith(&#8220;Project&#8221;) And Not fileLine.Trim().StartsWith(&#8220;ProjectSection&#8221;)</p>
<p>Dipak</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by cts</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-232</link>
		<dc:creator>cts</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-232</guid>
		<description>Ha, I must&#039;ve had an error in my original NuGet.exe location path, because I re-did it and now it seems to be working. Thanks a million.</description>
		<content:encoded><![CDATA[<p>Ha, I must&#8217;ve had an error in my original NuGet.exe location path, because I re-did it and now it seems to be working. Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Anonymous</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-231</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-231</guid>
		<description>Where did you put the updated code?</description>
		<content:encoded><![CDATA[<p>Where did you put the updated code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Anonymous</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-230</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-230</guid>
		<description>Is the build process successfully getting NuGet.exe from source control?   That is, is nuget.exe ending up on the build machine so it can be executed?</description>
		<content:encoded><![CDATA[<p>Is the build process successfully getting NuGet.exe from source control?   That is, is nuget.exe ending up on the build machine so it can be executed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by cts</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-229</link>
		<dc:creator>cts</dc:creator>
		<pubDate>Thu, 05 Jan 2012 17:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-229</guid>
		<description>Hi Mark, I am having trouble the NuGetRestoreTemplate, and am about to tear my hair out, when I look at the log files it get&#039;s as far as &quot;Get NuGet from source control&quot;, and then skips all the Invoke NuGet.exe install etc etc and tries to build using MSBuild causing it to fail because the packages haven&#039;t been restored? Any ideas as to why it is doing this??

Thanks again </description>
		<content:encoded><![CDATA[<p>Hi Mark, I am having trouble the NuGetRestoreTemplate, and am about to tear my hair out, when I look at the log files it get&#8217;s as far as &#8220;Get NuGet from source control&#8221;, and then skips all the Invoke NuGet.exe install etc etc and tries to build using MSBuild causing it to fail because the packages haven&#8217;t been restored? Any ideas as to why it is doing this??</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by cts</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-228</link>
		<dc:creator>cts</dc:creator>
		<pubDate>Thu, 05 Jan 2012 17:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-228</guid>
		<description>Hi Mark, 
Please ignore my previous comment below, I see in the article you mention copying the process to a new xaml. 
</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
Please ignore my previous comment below, I see in the article you mention copying the process to a new xaml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by cts</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-227</link>
		<dc:creator>cts</dc:creator>
		<pubDate>Thu, 05 Jan 2012 10:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-227</guid>
		<description>Hi Mark, Following Gary comment, I was wondering whether there is a build script that incorporates the NuGetter, and the NuGet Restore features? 

 I am busy looking to use this on my TFS server. it&#039;s brilliant 
Thank you</description>
		<content:encoded><![CDATA[<p>Hi Mark, Following Gary comment, I was wondering whether there is a build script that incorporates the NuGetter, and the NuGet Restore features? </p>
<p> I am busy looking to use this on my TFS server. it&#8217;s brilliant<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Gary M Newport</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-226</link>
		<dc:creator>Gary M Newport</dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-226</guid>
		<description>I implemented NuGetter and TFSVersioning over Christmas, and identified this as the missing section, Could you update the NuGetter build scripts to include this.

Thanks, Keep up the good work
</description>
		<content:encoded><![CDATA[<p>I implemented NuGetter and TFSVersioning over Christmas, and identified this as the missing section, Could you update the NuGetter build scripts to include this.</p>
<p>Thanks, Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Anonymous</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-222</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 Dec 2011 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-222</guid>
		<description>Thanks for the comment and for letting me know about the links.  Should be good to go now.
</description>
		<content:encoded><![CDATA[<p>Thanks for the comment and for letting me know about the links.  Should be good to go now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using NuGet in TFS Without Committing Packages to Source Control by Marco Rasp</title>
		<link>http://marknic.net/2011/12/21/using-nuget-in-tfs-without-committing-packages-to-source-control/#comment-220</link>
		<dc:creator>Marco Rasp</dc:creator>
		<pubDate>Fri, 30 Dec 2011 13:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://marknic.net/?p=283#comment-220</guid>
		<description>Really nice post, but the links to your ressources seem to be broken.</description>
		<content:encoded><![CDATA[<p>Really nice post, but the links to your ressources seem to be broken.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

