Skip to content

Commit f9f23d6

Browse files
authored
Engineering - cleanup TSA pipeline template parameter (#111)
1 parent b8d3d3a commit f9f23d6

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

build/pre-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ extends:
2020

2121
- script: yarn run test
2222
displayName: Typecheck extension
23+
24+
tsa:
25+
config:
26+
serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52'
27+
areaPath: 'Visual Studio Code Debugging Extensions'
28+
enabled: true

build/stable.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,9 @@ extends:
3131
displayName: Typecheck extension
3232

3333
tsa:
34-
enabled: true
35-
options:
36-
codebaseName: 'devdiv_$(Build.Repository.Name)'
34+
config:
3735
serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52'
38-
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
39-
projectName: 'DevDiv'
40-
areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Debugging Extensions'
41-
notificationAliases:
42-
- 'stbatt@microsoft.com'
43-
- 'lszomoru@microsoft.com'
44-
- 'copeet@microsoft.com'
36+
areaPath: 'Visual Studio Code Debugging Extensions'
37+
enabled: true
4538

4639
publishExtension: ${{ parameters.publishExtension }}

0 commit comments

Comments
 (0)