Skip to content

Commit

Permalink
Fixed ESRP keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Jun 9, 2022
1 parent 7d86acb commit 7a5e6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobfuse2-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ stages:
inlineOperation: |
[
{
"KeyCode" : $(ESRP_BLOBFUSE_KEY_CODE),
"KeyCode" : "$(ESRP_BLOBFUSE_KEY_CODE)",
"OperationCode" : "LinuxSign",
"Parameters" : {},
"ToolName" : "sign",
Expand Down

0 comments on commit 7a5e6d7

Please sign in to comment.