Skip to content

Instantly share code, notes, and snippets.

@rbirkby
Created September 12, 2011 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbirkby/1211295 to your computer and use it in GitHub Desktop.
Save rbirkby/1211295 to your computer and use it in GitHub Desktop.
TFS2008 Continuous Deployment
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\TeamBuild\Microsoft.TeamFoundation.Build.targets" />
<Target Name="AfterEndToEndIteration">
<Exec Command="..\Sources\lib\remcom \\server d:\Tasks\Deploy.cmd"/>
</Target>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment