Skip to content

Commit 944b188

Browse files
committed
Fix the condition
1 parent 118b038 commit 944b188

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
@@ -257,4 +257,4 @@ stages:
257257
jobs:
258258
- template: sign-artifacts/jobs/v1.yml@internal-templates
259259
parameters:
260-
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'],'refs/tags/'))
260+
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags/')

0 commit comments

Comments
 (0)