|
CruiseControl.NET : Visual Studio Team Foundation Server Plugin
This page last changed on Jun 06, 2006 by martinwoodward.
Because of dependencies on Team Foundation assemblies which cannot be shipped with the Cruise Control source, this plugin is available as a standalone plugin from the VSTSPlugins project on Sourceforge. The plugin has been recently updated to work with version 1.0 of the Team Foundation Server. Visual Studio Team Foundation Server (VSTS) Configuration ExamplesMinimal example: <sourcecontrol type="vsts"> <server>my_team_foundation_server</server> <project>$/Foobar</project> <workingDirectory>c:\projects\Foobar</workingDirectory> </sourcecontrol> Full example: <sourcecontrol type="vsts" autoGetSource="true" applyLabel="true"> <server>http://my_team_foundation_server:8080</server> <username>my_user</username> <password>my_password</password> <domain>my_domain</domain> <project>$/Foobar</project> <workingDirectory>c:\projects\Foobar</workingDirectory> <cleanCopy>false</cleanCopy> <workspace>my_workspace_name</workspace> <deleteWorkspace>false</workspace> </sourcecontrol> Configuration Elements:
*: If no credential is supplied in the config, then the credential of the user that the CruiseControl service runs as will be used automatically. This user must have permission to read and label the Team Foundation Server Source Control repository. Installing the PluginFor latest instructions see the VSTSPlugins Documentation. Talking to CodePlexMicrosoft have recently launched CodePlex, a developer community site that uses Team Foundation Server for version control and work item tracking. The following example demonstrates how to configure the source control block to talk to CodePlex. Please note that your username should be suffixed with "_cp". <sourcecontrol type="vsts" autoGetSource="true" applyLabel="false"> <server>https://tfs01.codeplex.com</server> <username>USERNAME_cp</username> <password>PASSWORD</password> <domain>SND.RNO.GBL</domain> <project>$/Foobar</project> <workingDirectory>c:\source\Foobar</workingDirectory> </sourcecontrol> NAnt VSTS TasksThe VSTSPlugins project are working on some NANT tasks for VSTS that will be available at VSTSPlugins. |
| Document generated by Confluence on Jun 21, 2007 10:33 |