Skip to content

Commit 0be9c5c

Browse files
committed
Remove the condition of code sign task.
1 parent cb546fb commit 0be9c5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ steps:
2626

2727
- task: EsrpCodeSigning@1
2828
displayName: Sign executable and dll files
29-
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
3029
inputs:
3130
ConnectedServiceName: 'CodeSigning-APEX'
3231
FolderPath: '$(mdocPath)'

0 commit comments

Comments
 (0)