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

Engineering - cleanup TSA pipeline template parameter #111

Merged
merged 1 commit into from
Mar 18, 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
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:
- '[email protected]'
- '[email protected]'
- '[email protected]'
areaPath: 'Visual Studio Code Debugging Extensions'
enabled: true

publishExtension: ${{ parameters.publishExtension }}
Loading