Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 784 Bytes

prerequisites-cli.md

File metadata and controls

37 lines (27 loc) · 784 Bytes
ms.topic ms.service ms.manager ms.author author ms.date
include
azure-devops-pipelines
mijacobs
geverghe
geverghe
02/13/2020
  • Azure CLI version 2.0.49 or newer.

    az --version
    
  • The Azure DevOps extension.

    • To install from the command prompt:
    az extension add --name azure-devops
    
    • To confirm installation from the command prompt:
    az extension show --name azure-devops
    
  • Make sure your Azure DevOps defaults include the organization and project from the command prompt:

    az devops configure --defaults organization=https://dev.azure.com/your-organization project=your-project