Skip to content

Commit 1323a6a

Browse files
authored
Engineering - add TSAOptions (#21460)
1 parent 3dc11d2 commit 1323a6a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

build/azure-pipeline.stable.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ extends:
6363
- script: |
6464
python ./build/update_ext_version.py --release --for-publishing
6565
displayName: Update build number
66-
66+
6767
- script: |
6868
python ./build/update_package_file.py
6969
displayName: Update telemetry in package.json
@@ -73,3 +73,16 @@ extends:
7373

7474
- script: gulp prePublishBundle
7575
displayName: Build
76+
tsa:
77+
enabled: true
78+
options:
79+
codebaseName: 'devdiv_$(Build.Repository.Name)'
80+
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
81+
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
82+
projectName: 'DevDiv'
83+
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
84+
notificationAliases:
85+
86+
87+
88+

0 commit comments

Comments
 (0)