From d889f4d27108824c60596181fd6ca97772098bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 7 Mar 2024 15:44:00 +0100 Subject: [PATCH] Revert "Engineering - add tsaoptions.json file (#480)" This reverts commit 5369ee3a368287fe72be54bfb755cf4d0db1b58e. --- build/azure-pipeline.pre-release.yml | 4 ---- build/azure-pipeline.stable.yml | 12 +++++++++++- tsaoptions.json | 3 --- 3 files changed, 11 insertions(+), 8 deletions(-) delete mode 100644 tsaoptions.json diff --git a/build/azure-pipeline.pre-release.yml b/build/azure-pipeline.pre-release.yml index 21a1123..64c0772 100644 --- a/build/azure-pipeline.pre-release.yml +++ b/build/azure-pipeline.pre-release.yml @@ -63,8 +63,4 @@ extends: - script: npm run package displayName: Build extension - tsa: - configFile: $(Build.SourcesDirectory)/tsaoptions.json - enabled: true - publishExtension: ${{ parameters.publishExtension }} diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index b6cf3ac..c1390a0 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -60,5 +60,15 @@ extends: - script: npm run package displayName: Build extension tsa: - configFile: $(Build.SourcesDirectory)/tsaoptions.json enabled: true + options: + codebaseName: 'devdiv_$(Build.Repository.Name)' + 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' diff --git a/tsaoptions.json b/tsaoptions.json deleted file mode 100644 index 58d5695..0000000 --- a/tsaoptions.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "codebaseName": "devdiv_microsoft_vscode_black_formatter" -} \ No newline at end of file