Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 0a7f032

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 3abf5fa commit 0a7f032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ jobs:
187187
- template: sign-artifacts/jobs/v2.yml@internal-templates
188188
parameters:
189189
dependsOn: [ build_windows ]
190-
condition: and(succeeded(), or(eq(variables['Sign'], 'true'), or(eq(variables['Build.SourceBranch'], 'refs/heads/main'), startsWith(variables['Build.SourceBranch'],'refs/tags/'))))
190+
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 commit comments

Comments
 (0)