Skip to content

Commit

Permalink
Engineering - cleanup TSA pipeline template parameter (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Mar 18, 2024
1 parent 6029c1f commit 8173467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipelines/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ extends:
ghCreateTag: true
ghTagPrefix: pre-release/

tsa:
config:
areaPath: 'Visual Studio Code Language Extensions'
serviceTreeID: 'c4cd3983-4977-4bcd-931f-a9822d2e950c'
enabled: true

publishExtension: ${{ parameters.publishExtension }}
13 changes: 3 additions & 10 deletions build/azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@ extends:
ghTagPrefix: release/

tsa:
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
config:
areaPath: 'Visual Studio Code Language Extensions'
serviceTreeID: 'c4cd3983-4977-4bcd-931f-a9822d2e950c'
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
projectName: 'DevDiv'
areaPath: 'DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Language Extensions'
notificationAliases:
- 'stbatt@microsoft.com'
- 'lszomoru@microsoft.com'
- 'dirkb@microsoft.com'
enabled: true

publishExtension: ${{ parameters.publishExtension }}

0 comments on commit 8173467

Please sign in to comment.