<?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>Girish's Blog - Are you Live yet? - All Comments</title><link>http://blogs.msdn.com/b/girishp/</link><description>Live Mesh Platform</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: TFS 2010 : How to apply check-in policies to only certain branches or folders</title><link>http://blogs.msdn.com/b/girishp/archive/2012/02/16/tfs-2010-how-to-apply-check-in-policies-to-only-certain-branches-or-folders.aspx#10407687</link><pubDate>Thu, 04 Apr 2013 19:09:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10407687</guid><dc:creator>Dean Varillas</dc:creator><description>&lt;p&gt;As a wise man (Dean Varillas @ cartwheels) once said, 56 branches is up to no good, just like Engelwood if you know what I mean.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10407687" width="1" height="1"&gt;</description></item><item><title>re: Cool new feature in Office 365 and Office 2013–Inline apps in Outlook, Word etc.,.</title><link>http://blogs.msdn.com/b/girishp/archive/2013/03/01/cool-new-feature-in-office-365-and-office-2013-inline-apps-in-outlook-word-etc.aspx#10402131</link><pubDate>Wed, 13 Mar 2013 22:07:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10402131</guid><dc:creator>Rupert</dc:creator><description>&lt;p&gt;I wish WP8 would do that for Calendar Appointments!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10402131" width="1" height="1"&gt;</description></item><item><title>re: TFS Build definitions – How do I sort and organize a large number Build definitions?</title><link>http://blogs.msdn.com/b/girishp/archive/2013/01/25/tfs-build-definitions-how-do-i-sort-and-organize-a-large-number-build-definitions.aspx#10388530</link><pubDate>Sat, 26 Jan 2013 13:56:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10388530</guid><dc:creator>Tarun__Arora</dc:creator><description>&lt;p&gt;Or simply use the inmeta build explorer from visual studio extension gallery &lt;a rel="nofollow" target="_new" href="http://visualstudiogallery.msdn.microsoft.com/35daa606-4917-43c4-98ab-38632d9dbd45"&gt;visualstudiogallery.msdn.microsoft.com/35daa606-4917-43c4-98ab-38632d9dbd45&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10388530" width="1" height="1"&gt;</description></item><item><title>re: TFS Build definitions – How do I sort and organize a large number Build definitions?</title><link>http://blogs.msdn.com/b/girishp/archive/2013/01/25/tfs-build-definitions-how-do-i-sort-and-organize-a-large-number-build-definitions.aspx#10388440</link><pubDate>Fri, 25 Jan 2013 22:07:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10388440</guid><dc:creator>www.londonscarves.com</dc:creator><description>&lt;p&gt;Wish to know as well!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10388440" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio – Vanishing solution node when adding projects</title><link>http://blogs.msdn.com/b/girishp/archive/2010/06/03/visual-studio-vanishing-solution-node-when-adding-projects.aspx#10362119</link><pubDate>Tue, 23 Oct 2012 17:28:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10362119</guid><dc:creator>Anisa Khandkar</dc:creator><description>&lt;p&gt;Thank you. My computer will live to see another day now :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10362119" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 Build - Controlling QtAgent32.exe (the test agent process) startup and termination from within Build workflow</title><link>http://blogs.msdn.com/b/girishp/archive/2012/03/09/tfs-2010-build-controlling-qtagent32-exe-the-test-agent-process-startup-and-termination-from-within-build-workflow.aspx#10343532</link><pubDate>Sat, 25 Aug 2012 18:20:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10343532</guid><dc:creator>gpillai</dc:creator><description>&lt;p&gt;Hi Nobbir,&lt;/p&gt;
&lt;p&gt;InvokeProcess is a workflow activity that should be available within the workflow editing experience in Visual Studio. So if you load up your build workflow and then select the ToolBox in the IDE to see the various activities you can see or should be able to see the &amp;quot;InvokeProces&amp;quot; as one of the activities you can drag and drop into your build workflow.&lt;/p&gt;
&lt;p&gt;Ofcourse you should call it with the appropriate set of parameters for the Process (in this case the termination process ie the call to Service Control Manager - SC STOP &amp;lt;MACHINE&amp;gt; &amp;lt;PROCESNAME&amp;gt; ) to do the Agent termination.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;Girish.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10343532" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 Build - Controlling QtAgent32.exe (the test agent process) startup and termination from within Build workflow</title><link>http://blogs.msdn.com/b/girishp/archive/2012/03/09/tfs-2010-build-controlling-qtagent32-exe-the-test-agent-process-startup-and-termination-from-within-build-workflow.aspx#10343331</link><pubDate>Fri, 24 Aug 2012 16:28:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10343331</guid><dc:creator>Nobbir</dc:creator><description>&lt;p&gt;Could you please elaborate little more on the mechanism of using InvokeProcess? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10343331" width="1" height="1"&gt;</description></item><item><title>re: AD User Attribute conundrums – Reading a AD User Attribute when its value is “&lt;Not Set&gt;”</title><link>http://blogs.msdn.com/b/girishp/archive/2010/06/06/ad-user-attribute-conundrums-reading-a-ad-user-attribute-when-its-value-is-lt-not-set-gt.aspx#10323587</link><pubDate>Mon, 25 Jun 2012 14:53:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10323587</guid><dc:creator>Siva</dc:creator><description>&lt;p&gt;Sure, this helped me today. &amp;nbsp;Having the same toruble to read a value not set already. &amp;nbsp;Thanks for the findings and solution.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10323587" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio – Vanishing solution node when adding projects</title><link>http://blogs.msdn.com/b/girishp/archive/2010/06/03/visual-studio-vanishing-solution-node-when-adding-projects.aspx#10270603</link><pubDate>Tue, 21 Feb 2012 17:23:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10270603</guid><dc:creator>Guru</dc:creator><description>&lt;p&gt;Thanks for giving good clarification&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10270603" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 : How to apply check-in policies to only certain branches or folders</title><link>http://blogs.msdn.com/b/girishp/archive/2012/02/16/tfs-2010-how-to-apply-check-in-policies-to-only-certain-branches-or-folders.aspx#10269269</link><pubDate>Sat, 18 Feb 2012 01:03:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10269269</guid><dc:creator>Allen Feinberg</dc:creator><description>&lt;p&gt;How do you know which Custom Path Policy applies which Checkin policies?&lt;/p&gt;
&lt;p&gt;We have 56 branches and I can&amp;#39;t figure out which check-in policies apply to which branch. Ideas?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10269269" width="1" height="1"&gt;</description></item></channel></rss>