From 2f3c67445929610f775e745cd1e59b2b8ca9f1af Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:51:14 -0800 Subject: [PATCH] chore: add symbol publishing and tsa --- azure-pipelines/stable.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines/stable.yml b/azure-pipelines/stable.yml index 64058ba1..4b8ab328 100644 --- a/azure-pipelines/stable.yml +++ b/azure-pipelines/stable.yml @@ -17,7 +17,13 @@ extends: binaryName: "pet" signing: true buildWasm: false + apiScanPublishSymbols: true apiScanSoftwareVersion: 2024 # major version of `pet` for internal reporting + tsa: + enabled: true + config: + areaPath: "Visual Studio Code Python Extensions" + serviceTreeID: 6e6194bc-7baa-4486-86d0-9f5419626d46 buildPlatforms: - name: Linux