diff --git a/eng/pipelines/common/ui-tests-steps.yml b/eng/pipelines/common/ui-tests-steps.yml index e3c1186e329c..b5b2a8f79a8a 100644 --- a/eng/pipelines/common/ui-tests-steps.yml +++ b/eng/pipelines/common/ui-tests-steps.yml @@ -186,6 +186,8 @@ steps: - task: PublishBuildArtifacts@1 condition: always() displayName: publish artifacts + inputs: + artifactName: drop-$(System.StageName)-$(System.JobName)-$(System.JobAttempt) # Enable Notification Center re-enabled only for catalyst - ${{ if eq(parameters.platform, 'catalyst')}}: