Skip to content

Commit

Permalink
Engineering - cleanup TSA pipeline template parameter (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored and paulacamargo25 committed Mar 20, 2024
1 parent d4f0085 commit 2ffc320
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 @@ -88,4 +88,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 @@ -86,17 +86,9 @@ extends:
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:
- 'stbatt@microsoft.com'
- 'lszomoru@microsoft.com'
- 'brcan@microsoft.com'
- 'kanadig@microsoft.com'
enabled: true

apiScanSoftwareVersion: '2024'

0 comments on commit 2ffc320

Please sign in to comment.