Skip to content

Commit

Permalink
Engineering - cleanup TSA pipeline template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Mar 18, 2024
1 parent b8d3d3a commit d46f498
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions build/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ extends:

- script: yarn run test
displayName: Typecheck extension

tsa:
config:
serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52'
areaPath: 'Visual Studio Code Debugging Extensions'
enabled: true
13 changes: 3 additions & 10 deletions build/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,9 @@ extends:
displayName: Typecheck extension

tsa:
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
config:
serviceTreeID: '053e3ba6-924d-456c-ace0-67812c5ccc52'
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
projectName: 'DevDiv'
areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Debugging Extensions'
notificationAliases:
- 'stbatt@microsoft.com'
- 'lszomoru@microsoft.com'
- 'copeet@microsoft.com'
areaPath: 'Visual Studio Code Debugging Extensions'
enabled: true

publishExtension: ${{ parameters.publishExtension }}

0 comments on commit d46f498

Please sign in to comment.