Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update azdev to version 0.1.30
  • Loading branch information
kairu-ms authored Mar 29, 2021
commit e27ed8897bed37f3d72e8b732d2ea473d6fad3e5
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
chmod +x env/bin/activate
. env/bin/activate
python -m pip install -U pip
pip install azdev==0.1.29
pip install azdev==0.1.30
azdev --version

if [ -z "$CLI_EXT_REPO_PATH" ]; then
Expand Down