Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial endeavours to show you the best practice for deploying your website by automating every step of the deployment with Continua CI. By automating every stage of your deployment, you are mitigating potential risks, such as introducing errors into your web.config, incorrect connection strings, etc.

Getting Started

For Note that for this tutorial, you must have Visual Studio 2010 or Visual Studio 2012 installed and you must have MSBuild installed on one of your Continua Agents.

The following areas will be covered in this tutorial:

Table of Contents

 

Build Your Visual Studio Solution

 

Package Your Web project

 

...

Continua Agents. This tutorial steps you through the whole deploy cycle starting at the very beginning by creating a test deploy web application. It is recommended that you run through this tutorial with a new web application to prevent any unforeseen consequences with your current build process.

This tutorial is broken up into the following steps:

Children Display

Lets Begin

So lets begin this tutorial with Part 1: Create a Web Application.