Skip to content

Commit

Permalink
[net9] Enable TSA on release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth authored Oct 11, 2024
1 parent 8c61eed commit d3784a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/maui-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ extends:
- repository: yaml-templates
suppression:
suppressionFile: $(Build.SourcesDirectory)\eng\automation\guardian\source.gdnsuppress
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)\eng\automation\guardian\tsaoptions-v2.json'
stages:
- stage: pack_net
displayName: Pack .NET MAUI
Expand Down Expand Up @@ -195,6 +198,8 @@ extends:
poolName: ${{ parameters.VM_IMAGE_HOST.name }}
vmImage: ${{ parameters.VM_IMAGE_HOST.image }}
os: ${{ parameters.VM_IMAGE_HOST.os }}
tsaUploadEnabled: true
tsaConfigFile: '$(Build.SourcesDirectory)\eng\automation\guardian\tsaoptions-v2.json'
scanArtifacts: ['${{ parameters.PackPlatform.binariesArtifact }}']
softwareVersion: 9.0

Expand Down

0 comments on commit d3784a4

Please sign in to comment.