Skip to content

Commit 631a912

Browse files
committed
minor fix
1 parent 43a4f6a commit 631a912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/templates/azdev_setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ steps:
1515
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
1616
python -m pip install -U pip
1717
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
1918
azdev setup -c $CLI_REPO_PATH -r $CLI_EXT_REPO_PATH --debug
2019
pip list -v
20+
azdev --version
2121
az --version
2222
displayName: 'azdev setup'
2323
env:

0 commit comments

Comments
 (0)