From 117e287e3e9b4b32b310dec469420cd45f7d4653 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 27 Nov 2024 10:58:17 -0800 Subject: [PATCH 1/2] chore: register dependent pipeline for APIScan --- build/azure-pipeline.stable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index eca6e23c0ed2..591d20cbd743 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -123,4 +123,5 @@ extends: areaPath: 'Visual Studio Code Python Extensions' serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' enabled: true + apiScanDependentPipelineId: '593' apiScanSoftwareVersion: '2024' From 5e1f088761f2eed68c6dc78f68f3171778853922 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:23:34 -0800 Subject: [PATCH 2/2] Bump branch --- build/azure-pipeline.stable.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 591d20cbd743..426048ff3611 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -102,7 +102,7 @@ extends: project: 'Monaco' definition: 593 buildVersionToDownload: 'latestFromBranch' - branchName: 'refs/heads/release/2024.18' + branchName: 'refs/heads/release/2024.20' targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin' artifactName: 'bin-$(vsceTarget)' itemPattern: | @@ -123,5 +123,5 @@ extends: areaPath: 'Visual Studio Code Python Extensions' serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' enabled: true - apiScanDependentPipelineId: '593' + apiScanDependentPipelineId: '593' # python-environment-tools apiScanSoftwareVersion: '2024'