Skip to content

Commit

Permalink
only code sign bin
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang committed Jan 16, 2025
1 parent 4cf4c52 commit db55d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/templates/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
inputs:
SourceFolder: '$(build.sourcesdirectory)'
Contents: |
**/bin/${{parameters.build_configuration}}/**/AutoGen*.dll
**/bin/${{parameters.build_configuration}}/**/Microsoft.AutoGen.*.dll
**/bin/**/AutoGen*.dll
**/bin/**/Microsoft.AutoGen.*.dll
TargetFolder: '$(build.artifactstagingdirectory)\codesign'
CleanTargetFolder: true
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
Expand Down

0 comments on commit db55d17

Please sign in to comment.