Skip to content

Commit

Permalink
Engineering - cleanup TSA pipeline template parameter (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Mar 15, 2024
1 parent aafe440 commit 01b1003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 6 additions & 0 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,10 @@ extends:
- script: npm run package
displayName: Build extension

tsa:
config:
areaPath: 'Visual Studio Code Python Extensions'
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
enabled: true

publishExtension: ${{ parameters.publishExtension }}
14 changes: 3 additions & 11 deletions build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,7 @@ extends:
- script: npm run package
displayName: Build extension
tsa:
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
config:
areaPath: 'Visual Studio Code Python Extensions'
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:
- '[email protected]'
- '[email protected]'
- '[email protected]'
- '[email protected]'
enabled: true

0 comments on commit 01b1003

Please sign in to comment.