Skip to content

Commit

Permalink
Engineering - cleanup TSA pipeline template parameter (#23087)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Mar 18, 2024
1 parent 6f84e30 commit 34d1f02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
5 changes: 5 additions & 0 deletions build/azure-pipeline.pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,8 @@ extends:

- script: gulp prePublishBundle
displayName: Build
tsa:
config:
areaPath: 'Visual Studio Code Python Extensions'
serviceTreeID: '6e6194bc-7baa-4486-86d0-9f5419626d46'
enabled: true
16 changes: 4 additions & 12 deletions build/azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,8 @@ extends:
- script: gulp prePublishBundle
displayName: Build
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'
apiScanSoftwareVersion: '2024'
enabled: true
apiScanSoftwareVersion: '2024'

0 comments on commit 34d1f02

Please sign in to comment.