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