diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index 050931a378b..546656a7190 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -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