From eab879454c168a4bfd825dfd2c000b5e441afb45 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:50:30 -0800 Subject: [PATCH] chore: register dependent pipeline for APIScan (#24496) --- build/azure-pipeline.stable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index eca6e23c0ed2..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,4 +123,5 @@ extends: areaPath: 'Visual Studio Code Python Extensions' serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' enabled: true + apiScanDependentPipelineId: '593' # python-environment-tools apiScanSoftwareVersion: '2024'