Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 63f3662

Browse files
committed
Send to helix only when previous steps succeeded
1 parent 5cb6b8b commit 63f3662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/helix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ steps:
3333
/p:EnableAzurePipelinesReporter=${{ parameters.enableAzurePipelinesReporter }}
3434
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog
3535
displayName: Send to Helix
36-
condition: ${{ parameters.condition }}
36+
condition: and(succeeded(), ${{ parameters.condition }})
3737
env:
3838
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops

0 commit comments

Comments
 (0)