From 8ae448b8d6c1e5a0b56231f15f11be9605768e36 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Tue, 20 Jun 2023 21:07:22 +0200 Subject: [PATCH 1/3] Engineering - add TSAOptions --- build/azure-pipeline.stable.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 64f022a1..6c48db7c 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -58,3 +58,16 @@ extends: - script: npm run package displayName: Build extension + tsa: + 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' \ No newline at end of file From 07179497036c55bde552a357edba2625a685dad1 Mon Sep 17 00:00:00 2001 From: paulacamargo25 Date: Tue, 20 Jun 2023 13:30:35 -0700 Subject: [PATCH 2/3] Fix lint --- build/azure-pipeline.stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 6c48db7c..6dbc3b9b 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -70,4 +70,4 @@ extends: - 'stbatt@microsoft.com' - 'lszomoru@microsoft.com' - 'brcan@microsoft.com' - - 'kanadig@microsoft.com' \ No newline at end of file + - 'kanadig@microsoft.com' From f66ce7b5a73f8f501e67d7ddc9353a34051c1697 Mon Sep 17 00:00:00 2001 From: paulacamargo25 Date: Tue, 20 Jun 2023 16:56:04 -0700 Subject: [PATCH 3/3] Fix lint --- build/azure-pipeline.stable.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 6dbc3b9b..ac346a2a 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -59,15 +59,15 @@ extends: - script: npm run package displayName: Build extension tsa: - 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' + 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'