Month: February 2016

Are you Release Ready?

Assume for a moment I could give you “DevOps in a Box” and you could start delivering via an orchestration release system in an automated, repeatable way today.  Would you be ready for it?  What would you have to change in your teams to use it effectively? I bet your teams would be only slightly …

Are you Release Ready? Read More »

WebDeploy/MSDeploy Quick Tip: Keep existing files during deployment

By default WebDeploy/MSDeploy will clear the target before deploying the new files.  In most cases this is preferred it will help to avoid “works on my machine” issues and generally to keep all your environments more similiar.  You can instruct WebDeploy to not delete existing files on the server from MSBuild using the following MSBuild …

WebDeploy/MSDeploy Quick Tip: Keep existing files during deployment Read More »