Skip to content

Engineering - add TSAOptions #21460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]'