Skip to content

Commit

Permalink
Engineering - add TSAOptions (#21460)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Jun 21, 2023
1 parent 3dc11d2 commit 1323a6a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extends:
- script: |
python ./build/update_ext_version.py --release --for-publishing
displayName: Update build number
- script: |
python ./build/update_package_file.py
displayName: Update telemetry in package.json
Expand All @@ -73,3 +73,16 @@ extends:

- script: gulp prePublishBundle
displayName: Build
tsa:
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
projectName: 'DevDiv'
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Python Extensions"
notificationAliases:
- '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'

0 comments on commit 1323a6a

Please sign in to comment.