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 53e7f61 commit 05499b7Copy full SHA for 05499b7
azure-pipelines.yml
@@ -54,6 +54,7 @@ jobs:
54
# clone azure-cli
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
59
60
azdev setup -c ../azure-cli -r ./
@@ -138,6 +139,7 @@ jobs:
138
139
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
144
145
azdev --version
0 commit comments