Skip to content

calloncampbell/azure-devops-build-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Azure DevOps in Action

Objectives

  1. Signup for Azure DevOps account and create a project
  2. Create a new build pipeline with continuous integration (CI)
  3. Create a new release pipeline with continuous deployment (CD) and deploy to Azure
  4. Create an artifacts feed and use in our build and release pipelines

Before you can create your first build pipeline, you need to have an active Azure account. If you don't already have an Azure account, free accounts are available.

Already have an account? Sign in to Azure DevOps.

References