I am using TFS 2010 and Visual Studio 2010 premium edition. Can someone please guide me on where to start for automated deployment scripts ? Any documentation / guidelines will greatly help.
Above links mostly explain the strategy for automated deployment. I need to find out how to write a deployment script and how a deployment script looks like.
Without knowing which type of application you want to deploy its hard to give a correct answer, but here are some usefull links i think.
If you want to deploy a ClickOnce application with TFS 2010, try this article at codeproject
TeamDeploy from codeplex looks good, but i have not used it yet.
The community TFS Build extensions
A litte bit about web deployement