<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="0.92">
<channel>
	<title>VSTSPlugins</title>
	<link>http://vstsplugins.sourceforge.net</link>
	<description>A collection of open source plugins for Visual Studio Team System</description>
	<lastBuildDate>Sun, 10 Aug 2008 23:57:05 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>CruiseControl.NET 1.1 Compatible Release</title>
		<description>	This morning I finally got around to re-compiling the plug-in against CruiseControl.NET 1.1.&nbsp; You can find this release here.
	Additionally, I&#8217;ve moved the main hosting of the plug-in over to CodePlex, mainly because this allows me to use Team Foundation Server for source control and so I can dogfood my plug-in.&nbsp; ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2006/15</link>
	</item>
	<item>
		<title>CC.NET Source Control Plugin 1.2.1 Released for Team Foundation Server</title>
		<description>	Tonight I released a new version of the Source Control Block for CruiseControl.NET allowing integration with Microsoft Visual Studio Team Foundation Server (TFS).   Made some small modifications based on comments kindly sent in from folks around the world using this plug-in.
	The main new feature is that the plug-in ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2006/13</link>
	</item>
	<item>
		<title>Configuring CruiseControl.NET for CodePlex</title>
		<description>	Microsoft have recently announced CodePlex, their new developer community site from uses Team Foundation Server for SourceControl and Work Item Tracking.&nbsp; The following example shows how to configure your source control block to talk to CodePlex.
	&lt;cruisecontrol&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;project&nbsp;name=&#8221;CodeplexExample&#8220;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;sourcecontrol&nbsp;type=&#8221;vsts&#8220;&nbsp;autoGetSource=&#8221;true&#8220;&nbsp;applyLabel=&#8221;false&#8220;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;server&gt;https://tfs01.codeplex.com&lt;/server&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;username&gt;USERNAME_cp&lt;/username&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;password&gt;PASSWORD&lt;/password&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;domain&gt;SND.RNO.GBL&lt;/domain&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;project&gt;$/Foobar&lt;/project&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;workingDirectory&gt;c:\source\Foobar&lt;/workingDirectory&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/sourcecontrol&gt; 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tasks&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;msbuild&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;executable&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe&lt;/executable&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;workingDirectory&gt;c:\source\Foobar\FoorbarConsoleApp&lt;/workingDirectory&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;projectFile&gt;FoorbarConsoleApp.sln&lt;/projectFile&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;buildArgs&gt;/noconsolelogger&nbsp;/p:Configuration=Debug&nbsp;/v:diag&lt;/buildArgs&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;targets&gt;Build&lt;/targets&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;timeout&gt;15&lt;/timeout&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;logger&gt;ThoughtWorks.CruiseControl.MsBuild.XmlLogger,ThoughtWorks.CruiseControl.MsBuild.dll&lt;/logger&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/msbuild&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tasks&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;publishers&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!&#8211;&nbsp;Insert&nbsp;publishers&nbsp;here&nbsp;&#8211;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/publishers&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/project&gt;
&lt;/cruisecontrol&gt;
	Remember to substitute &ldquo;USERNAME&rdquo; and &ldquo;PASSWORD&rdquo; for your appropriate values.&nbsp; Note that your username ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/cruisecontrol/2006/12</link>
	</item>
	<item>
		<title>CruiseControl.NET Source Control Plugin 1.2.0 Released</title>
		<description>	Update:  The latest version is always available from the download page.
	This evening I finally sat down and compile a version of the CruiseControl.NET source control block against the Release Candidate version of the Team Foundation Server API.  There was only one change required, but I also put a ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2006/11</link>
	</item>
	<item>
		<title>CruiseControl.NET 1.0</title>
		<description>	Update:  The latest version is always available from the download page.
	The CruiseControl.NET developers have done an excellent job and released CCNET 1.0 Final.  The build server is a really rock solid and highly extendable build platform.
	I&#8217;ve had the current version of the SourceControl plugin working just fine against ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2005/10</link>
	</item>
	<item>
		<title>CruiseControl.NET Source Control Plugin 1.1.0 Released</title>
		<description>	Update:  The latest version is always available from the download page.
	With great help from Troy Gould, we now have a version of the CruiseControl.NET source control block available for download.   For information on installing the plugin see below.  You might also want to take a look ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2005/8</link>
	</item>
	<item>
		<title>Project Roadmap</title>
		<description>	Welcome to the VSTSPlugins project.   The idea of this project is to act as a home for small plugins to allow development tools to talk to Microsoft Visual Studio 2005 Team System but we could also make available plugins written to extend VSTS.   
	Initially we are ...</description>
		<link>http://vstsplugins.sourceforge.net/index.php/archives/news/2005/7</link>
	</item>
</channel>
</rss>
