diff --git a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml index 1b1e8f0c42..144e5fe3c3 100644 --- a/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/stages/mac-ios-packaging-build-stage.yml @@ -35,6 +35,9 @@ stages: - output: pipelineArtifact targetPath: $(Build.ArtifactStagingDirectory) artifactName: ios_packaging_artifacts_${{ lower(parameters.packageVariant) }} + - output: BrowserStackArtifact + targetPath: $(Build.ArtifactStagingDirectory) + artifactName: browserstack_test_artifacts_${{ lower(parameters.packageVariant) }} steps: - script: | if [[ -z "$(ortPodVersion)" ]]; then