Skip to content

Commit 90eb017

Browse files
authored
Engineering - add TSAOptions (#50)
1 parent 1847c86 commit 90eb017

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/stable.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,17 @@ extends:
3030
ghCreateTag: true
3131
ghTagPrefix: release/
3232

33+
tsa:
34+
enabled: true
35+
options:
36+
codebaseName: 'devdiv_$(Build.Repository.Name)'
37+
serviceTreeID: '1788a767-5861-45fb-973b-c686b67c5541'
38+
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
39+
projectName: 'DevDiv'
40+
areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Web Extensions'
41+
notificationAliases:
42+
43+
44+
45+
3346
publishExtension: ${{ parameters.publishExtension }}

0 commit comments

Comments
 (0)