Skip to content
Merged

TestCli #1493

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos, Artifact

## Quick start

1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with `az --version` command.
1. [Install the Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli). You must have at least `v2.0.69`, which you can verify with the `az --version` command.

1. Add the Azure DevOps Extension `az extension add --name azure-devops`

Expand Down Expand Up @@ -72,11 +72,11 @@ Commands:

See our [contribution guidelines](CONTRIBUTING.md) to learn how you can contribute to this project.

TLDR of [contribution guidelines](CONTRIBUTING.md) <br/>
TLDR of [contribution guidelines](CONTRIBUTING.md)<br/>

Questions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops) <br/>
Bug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html) <br/>
New Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose) <br/>
Questions : [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-devops)<br/>
Bug reports : [Developer Community](https://developercommunity.visualstudio.com/spaces/21/index.html)<br/>
New Feature request : [Azure DevOps repo](https://github.com/Microsoft/azure-devops-cli-extension/issues/new/choose)<br/>

## License

Expand Down
Loading