Skip to content

Commit bb98921

Browse files
authored
Engineering - add TSAOptions (#28)
1 parent 5e4a09b commit bb98921

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/azure-pipeline.stable.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,16 @@ extends:
5858

5959
- script: npm run package
6060
displayName: Build extension
61+
tsa:
62+
enabled: true
63+
options:
64+
codebaseName: 'devdiv_$(Build.Repository.Name)'
65+
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
66+
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
67+
projectName: 'DevDiv'
68+
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
69+
notificationAliases:
70+
71+
72+
73+

0 commit comments

Comments
 (0)