mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-11 03:57:29 +00:00
7 lines
270 B
PowerShell
7 lines
270 B
PowerShell
################################################################################
|
|
## File: Install-AzureDevOpsCli.ps1
|
|
## Desc: Install Azure DevOps CLI
|
|
################################################################################
|
|
|
|
az extension add -n azure-devops
|