From 8e6d19d7f7c8672b19cb0dfa6fb41d4d3d4ec244 Mon Sep 17 00:00:00 2001 From: aryasadeghi1 Date: Thu, 20 Aug 2026 02:40:49 -0600 Subject: [PATCH] {CI} Pin azdev to 0.2.13 azdev 0.2.13 is the current PyPI release. It carries the editable-install egg-info fix (Azure/azure-cli-dev-tools#554) and ensures wheel is available for 'azdev extension build' (#555). --- .azure-pipelines/templates/azdev_setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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