diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index c9f391dba4c..95c81836dee 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -17,7 +17,7 @@ steps: . env/bin/activate python -m pip install -U pip "setuptools<81" - pip install --upgrade "azdev==0.2.12" + pip install --upgrade "azdev==0.2.13" azdev --version if [ -z "$CLI_EXT_REPO_PATH" ]; then