Skip to content
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

Revert "Engineering - add tsaoptions.json file" #481

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 0 additions & 4 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,4 @@ extends:
- script: npm run package
displayName: Build extension

tsa:
configFile: $(Build.SourcesDirectory)/tsaoptions.json
enabled: true

publishExtension: ${{ parameters.publishExtension }}
12 changes: 11 additions & 1 deletion build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,15 @@ extends:
- script: npm run package
displayName: Build extension
tsa:
configFile: $(Build.SourcesDirectory)/tsaoptions.json
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:
- 'stbatt@microsoft.com'
- 'lszomoru@microsoft.com'
- 'brcan@microsoft.com'
- 'kanadig@microsoft.com'
3 changes: 0 additions & 3 deletions tsaoptions.json

This file was deleted.

Loading