From 7a6fb551aa4aa588655cac8c58b6a6636470b4c3 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:34:55 +0100 Subject: [PATCH] Engineering - cleanup TSA pipeline template parameter --- build/azure-pipeline.pre-release.yml | 6 ++++++ build/azure-pipeline.stable.yml | 14 +++----------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/build/azure-pipeline.pre-release.yml b/build/azure-pipeline.pre-release.yml index 6c085735..b3f631b3 100644 --- a/build/azure-pipeline.pre-release.yml +++ b/build/azure-pipeline.pre-release.yml @@ -88,4 +88,10 @@ extends: - script: npm run package displayName: Build extension + tsa: + config: + areaPath: 'Visual Studio Code Python Extensions' + serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' + enabled: true + publishExtension: ${{ parameters.publishExtension }} diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index d7304f63..d7a2fcbc 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -86,17 +86,9 @@ extends: displayName: Build extension tsa: - enabled: true - options: - codebaseName: 'devdiv_$(Build.Repository.Name)' + config: + areaPath: 'Visual Studio Code Python Extensions' serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46' - instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection' - projectName: 'DevDiv' - areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions" - notificationAliases: - - 'stbatt@microsoft.com' - - 'lszomoru@microsoft.com' - - 'brcan@microsoft.com' - - 'kanadig@microsoft.com' + enabled: true apiScanSoftwareVersion: '2024'