We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0053e53 commit e44bb62Copy full SHA for e44bb62
azure-pipelines.yml
@@ -55,7 +55,7 @@ jobs:
55
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
56
57
python -m pip install -U pip
58
- pip install -q azdev==0.1.31
+ pip install -q azdev
59
60
azdev setup -c ../azure-cli -r ./
61
@@ -140,7 +140,7 @@ jobs:
140
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
141
142
143
- pip install azdev==0.1.31
+ pip install azdev
144
145
azdev --version
146
0 commit comments