Skip to content

Commit

Permalink
Revert "Engineering - add tsaoptions.json file" (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno authored Mar 7, 2024
1 parent 5369ee3 commit 686c8f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
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.

0 comments on commit 686c8f4

Please sign in to comment.