diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index b39abaf187c..055a8d2cf70 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -16,7 +16,7 @@ steps: chmod +x env/bin/activate . env/bin/activate python -m pip install -U pip - pip install azdev + pip install azdev==0.1.90 azdev --version if [ -z "$CLI_EXT_REPO_PATH" ]; then