Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweininger committed Sep 13, 2024
1 parent 45cc06e commit 4b656da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines/templates/sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ steps:
condition: eq(variables['signprojExists'], True)
displayName: "\U0001F449 Generate extension manifest"

# this task will pass even if signing fails, so we follow it up with a check to see if the signature file was created
- task: DotNetCoreCLI@2
condition: eq(variables['signprojExists'], True)
displayName: "\U0001F449 Sign with MSBuild"
Expand Down

0 comments on commit 4b656da

Please sign in to comment.