From d46f4981fed67edbb8b0aa0deb0f2b6095694495 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:29:28 +0100 Subject: [PATCH] Engineering - cleanup TSA pipeline template parameter --- build/pre-release.yml | 6 ++++++ build/stable.yml | 13 +++---------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/build/pre-release.yml b/build/pre-release.yml index c3b578f..50949ba 100644 --- a/build/pre-release.yml +++ b/build/pre-release.yml @@ -20,3 +20,9 @@ extends: - script: yarn run test displayName: Typecheck extension + + tsa: + config: + serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52' + areaPath: 'Visual Studio Code Debugging Extensions' + enabled: true \ No newline at end of file diff --git a/build/stable.yml b/build/stable.yml index 1fc8b8a..15d47f7 100644 --- a/build/stable.yml +++ b/build/stable.yml @@ -31,16 +31,9 @@ extends: displayName: Typecheck extension tsa: - enabled: true - options: - codebaseName: 'devdiv_$(Build.Repository.Name)' + config: serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52' - instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection' - projectName: 'DevDiv' - areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Debugging Extensions' - notificationAliases: - - 'stbatt@microsoft.com' - - 'lszomoru@microsoft.com' - - 'copeet@microsoft.com' + areaPath: 'Visual Studio Code Debugging Extensions' + enabled: true publishExtension: ${{ parameters.publishExtension }} \ No newline at end of file