Skip to content

Commit 41418a6

Browse files
committed
minor fix
1 parent 00f3ffb commit 41418a6

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
@@ -17,7 +17,6 @@ steps:
1717
. env/bin/activate
1818
python -m pip install -U pip
1919
pip install --trusted-host azurecliprod.blob.core.windows.net "https://azurecliprod.blob.core.windows.net/beta/azdev-0.2.3b1-py3-none-any.whl"
20-
azdev --version
2120
2221
if [ -z "$CLI_EXT_REPO_PATH" ]; then
2322
azdev setup -c $CLI_REPO_PATH --debug
@@ -33,6 +32,7 @@ steps:
3332
fi
3433
3534
# Verify installation and build command index
35+
azdev --version
3636
az --version
3737
displayName: 'azdev setup'
3838
env:

0 commit comments

Comments
 (0)