Contents tagged with Deployment

  • Deploying Azure Project from TFS 2010 Build Server

    Couple of months ago I was looking for a way to automate deployment of our cloud service project to Windows Azure and make it a part of TFS build process. The only approach described at the moment was to use PowerShell script and Azure Management CmdLets. It should work fine, but I’m not really a fan of using PowerShell in build process based on workflow. What I’ve finally implemented is: Continue reading...