From af0d29f6bcedc910ad1be215ceec9a423f85ae5a Mon Sep 17 00:00:00 2001 From: Adam Yoblick Date: Thu, 7 Nov 2024 10:07:15 -0600 Subject: [PATCH] Missed some quotes --- azure-pipelines/pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/pipelines.yaml b/azure-pipelines/pipelines.yaml index bfdfcaf2e..a76b96441 100644 --- a/azure-pipelines/pipelines.yaml +++ b/azure-pipelines/pipelines.yaml @@ -18,7 +18,7 @@ pr: drafts: false variables: - architecture: "x64" + architecture: x64 PYDEVD_ATTACH_TO_PROCESS: src/debugpy/_vendored/pydevd/pydevd_attach_to_process stages: