Tag Archives: deployment-pipeline-series

Building a Deployment Pipeline with MSDeploy: Part 4 – Server Configuration

So far we’ve been looking at the development experience of a deployment pipeline, but before we go any further we need to configure where the site will be deployed to. For this, we’ll need an instance of Windows Server 2008 … Continue reading

Posted in Deployment | Tagged , , | Leave a comment

Building a Deployment Pipeline with MSDeploy: Part 3 – Setup and Packaging

I’m continuing my series on building a deployment pipeline. This post gets the ball rolling by creating the project and defining the first command in our deployment pipeline. Software Requirements To contnue with this series, you’ll need one of two … Continue reading

Posted in Deployment | Tagged , , | 4 Comments

Building a Deployment Pipeline with MSDeploy: Part 2 – Terminology Primer

I’m continuing my series on building a deployment pipeline. This post clears up some terminology and defines the basic concepts. MSDeploy Officially called Web Deploy, MSDeploy is a technology for primarily deploying web applications and their dependencies, though you could use … Continue reading

Posted in Deployment | Tagged , , | Leave a comment

Building a Deployment Pipeline with MSDeploy: Part 1 – Introduction

In this series of posts, I’ll be walking through how to create a deployment pipeline using MSDeploy and the Web Publishing Pipeline. What is a Deployment Pipeline? A Deployment Pipeline is one of the tenants of Continuous Delivery, the practice … Continue reading

Posted in Deployment | Tagged , , | Leave a comment