From 0cc6155a2ce5986fca43d09183e1bd021f7385cb Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 15:44:38 -0800 Subject: [PATCH] browserstack_test_artifacts_${{ lower(parameters.packageVariant) }} --- .../templates/stages/mac-ios-packaging-build-stage.yml | 3 +++ 1 file changed, 3 insertions(+) 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