We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43a4f6a commit 631a912Copy full SHA for 631a912
1 file changed
.azure-pipelines/templates/azdev_setup.yml
@@ -15,9 +15,9 @@ steps:
15
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
16
python -m pip install -U pip
17
pip install --trusted-host azurecliprod.blob.core.windows.net "https://azurecliprod.blob.core.windows.net/beta/azdev-0.2.3b1-py3-none-any.whl"
18
- azdev --version
19
azdev setup -c $CLI_REPO_PATH -r $CLI_EXT_REPO_PATH --debug
20
pip list -v
+ azdev --version
21
az --version
22
displayName: 'azdev setup'
23
env:
0 commit comments