From 22e5738dcddf4517dfc93c4e542e014395eb7934 Mon Sep 17 00:00:00 2001 From: Roshan Soni <83656375+roshan-sy@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:19:02 +0530 Subject: [PATCH] Post Realse 24 (#1262) Co-authored-by: Roshan --- .azure-pipelines/azure-pipelines-merge.yml | 2 +- .azure-pipelines/azure-pipelines-pr.yml | 2 +- .vscode/launch.json | 2 +- .vscode/tasks.json | 8 ++++---- azure-devops/azext_devops/version.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-merge.yml b/.azure-pipelines/azure-pipelines-merge.yml index 2fb9ea7c..d08304b1 100644 --- a/.azure-pipelines/azure-pipelines-merge.yml +++ b/.azure-pipelines/azure-pipelines-merge.yml @@ -192,7 +192,7 @@ jobs: vmImage: 'macOS-10.15' steps: - - script: git checkout release-0.23.0 + - script: git checkout release-0.24.0 - template: templates/run-tests.yml parameters: diff --git a/.azure-pipelines/azure-pipelines-pr.yml b/.azure-pipelines/azure-pipelines-pr.yml index 38651fc0..fc6a4c40 100644 --- a/.azure-pipelines/azure-pipelines-pr.yml +++ b/.azure-pipelines/azure-pipelines-pr.yml @@ -188,7 +188,7 @@ jobs: vmImage: 'macOS-10.15' steps: - - script: git checkout release-0.23.0 + - script: git checkout release-0.24.0 - template: templates/run-tests.yml parameters: diff --git a/.vscode/launch.json b/.vscode/launch.json index 8440db11..4ff17ece 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "Azure DevOps CLI Debug (Integrated Console)", "type": "python", "request": "launch", - "pythonPath": "${config:python.pythonPath}", + "python": "${command:python.interpreterPath}", "program": "${workspaceRoot}/scripts/run_az.py", "cwd": "${workspaceRoot}/azure-devops/", "args": [ diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a3695fa7..f9996ff4 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -35,9 +35,9 @@ { "label": "Install extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-0.24.0-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-0.25.0-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-0.24.0-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-0.25.0-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/" @@ -51,9 +51,9 @@ { "label": "Update extension", "type": "shell", - "command": "az extension add --source ./dist/azure_devops-0.24.0-py2.py3-none-any.whl -y", + "command": "az extension add --source ./dist/azure_devops-0.25.0-py2.py3-none-any.whl -y", "windows": { - "command": "az extension add --source .\\dist\\azure_devops-0.24.0-py2.py3-none-any.whl -y", + "command": "az extension add --source .\\dist\\azure_devops-0.25.0-py2.py3-none-any.whl -y", }, "options": { "cwd": "${workspaceRoot}/azure-devops/" diff --git a/azure-devops/azext_devops/version.py b/azure-devops/azext_devops/version.py index 29837111..af2114b9 100644 --- a/azure-devops/azext_devops/version.py +++ b/azure-devops/azext_devops/version.py @@ -3,4 +3,4 @@ # Licensed under the MIT License. See License.txt in the project root for license information. # -------------------------------------------------------------------------------------------- -VERSION = "0.24.0" +VERSION = "0.25.0"