Skip to content

Commit 638976e

Browse files
authored
Engineering - cleanup TSA pipeline template parameter (#486)
1 parent 686c8f4 commit 638976e

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

build/azure-pipeline.pre-release.yml

+6
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ extends:
6363
- script: npm run package
6464
displayName: Build extension
6565

66+
tsa:
67+
config:
68+
areaPath: 'Visual Studio Code Python Extensions'
69+
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
70+
enabled: true
71+
6672
publishExtension: ${{ parameters.publishExtension }}

build/azure-pipeline.stable.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,7 @@ extends:
6060
- script: npm run package
6161
displayName: Build extension
6262
tsa:
63-
enabled: true
64-
options:
65-
codebaseName: 'devdiv_$(Build.Repository.Name)'
63+
config:
64+
areaPath: 'Visual Studio Code Python Extensions'
6665
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
67-
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
68-
projectName: 'DevDiv'
69-
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
70-
notificationAliases:
71-
- 'stbatt@microsoft.com'
72-
- 'lszomoru@microsoft.com'
73-
- 'brcan@microsoft.com'
74-
- 'kanadig@microsoft.com'
66+
enabled: true

0 commit comments

Comments
 (0)