We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f3ffb commit 41418a6Copy full SHA for 41418a6
1 file changed
.azure-pipelines/templates/azdev_setup.yml
@@ -17,7 +17,6 @@ steps:
17
. env/bin/activate
18
python -m pip install -U pip
19
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
21
22
if [ -z "$CLI_EXT_REPO_PATH" ]; then
23
azdev setup -c $CLI_REPO_PATH --debug
@@ -33,6 +32,7 @@ steps:
33
32
fi
34
35
# Verify installation and build command index
+ azdev --version
36
az --version
37
displayName: 'azdev setup'
38
env:
0 commit comments