BrowserStack

This commit is contained in:
Jian Chen 2025-02-06 16:50:51 -08:00
parent 28c577e846
commit 0396adc8e4

View file

@ -41,11 +41,6 @@ stages:
targetPath: $(Build.ArtifactStagingDirectory)
artifactName: ios_packaging_artifacts_${{ lower(parameters.packageVariant) }}
# Publish the BrowserStack artifacts first so that if the next step fails, the artifacts will still be published
# so that users can attempt to locally debug
- output: pipelineArtifact
targetPath: $(Build.ArtifactStagingDirectory)
artifactName: browserstack_test_artifacts_${{ lower(parameters.packageVariant) }}
steps:
- bash: |
set -e
@ -197,6 +192,14 @@ stages:
workingDirectory: '$(Build.BinariesDirectory)/app_center_test/apple_package_test/'
displayName: "Create .ipa file"
# Publish the BrowserStack artifacts first so that if the next step fails, the artifacts will still be published
# so that users can attempt to locally debug
- task: 1ES.PublishPipelineArtifact@1
inputs:
path: $(Build.ArtifactStagingDirectory)
artifact: ios_packaging_artifacts_${{ lower(parameters.packageVariant) }}
displayName: "Publish BrowserStack artifacts"
- script: |
set -e -x
pip install requests