We have Continuous Integration setup through TFS 2012. Requirement: Wanted the release build to be deployed on mulitple servers as a part of the CI. We need to do a xCopy of the files onto the server folders.
On TFS with Azure there seems to be a facility to publish it directly onto the server (http://www.windowsazure.com/en-us/develop/net/common-tasks/publishing-with-tfs/) There-in it uses 'AzureContinuousDeployment.11.xaml' as the Build Process Template. Wanted to check if anybody has tried similar publishing for custom/local servers, maybe using Custom deployment template, etc.

