Skip to content

Commit

Permalink
[mobile] Fix for mac-ios-packaging pipeline (#22879)
Browse files Browse the repository at this point in the history
### Description
Appends variant name to the Browserstack artifacts that are published so
that we don't run into the error:
"##[error]Artifact browserstack_test_artifacts already exists for build
609095."

[Working pipeline
run](https://aiinfra.visualstudio.com/Lotus/_build/results?buildId=609503&view=results)


### Motivation and Context
- onnxruntime-ios-packaging-pipeline has been failing
  • Loading branch information
carzh authored Nov 19, 2024
1 parent 56e4fda commit 0d00fc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ stages:
# 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
- publish: "$(Build.ArtifactStagingDirectory)"
artifact: "browserstack_test_artifacts"
artifact: "browserstack_test_artifacts_${{ lower(parameters.packageVariant) }}"
displayName: "Publish BrowserStack test artifacts"

- script: |
Expand Down

0 comments on commit 0d00fc3

Please sign in to comment.