Skip to content

Commit

Permalink
Fix signing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored and fabiocav committed Aug 6, 2024
1 parent f92cb25 commit 24858b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/ci/templates/official/jobs/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- template: ci/sign-files.yml@eng
parameters:
displayName: Sign DotNetWorker assemblies
folderPath: sdk
folderPath: src
pattern: Microsoft.Azure.Functions.Worker*.dll
signType: dll

Expand Down
2 changes: 1 addition & 1 deletion eng/ci/templates/steps/build-extension-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
- template: ci/sign-files.yml@eng
parameters:
displayName: Sign assemblies
folderPath: sdk
folderPath: extensions/${{ parameters.ExtensionProjectName }}/src/bin/
pattern: Microsoft.Azure.Functions.Worker.Extensions*.dll
signType: dll

Expand Down

0 comments on commit 24858b8

Please sign in to comment.