Skip to content

Commit

Permalink
[Agent CI] Update signing pipeline to respect the new MinGit layout (#…
Browse files Browse the repository at this point in the history
…3867)

* Add pattern to sign `*.pyd` files for 3rd party assemblies signing
  • Loading branch information
alexander-smolyakov authored Jun 14, 2022
1 parent 1be109f commit 19db366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ steps:
bin\**\*.exe
externals\**\*.exe
externals\**\*.dll
externals\**\*.pyd
UseMinimatch: true
signConfigType: inlineSignParams
inlineOperation: |
Expand Down

0 comments on commit 19db366

Please sign in to comment.