mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
browserstack_test_artifacts_${{ lower(parameters.packageVariant) }}
This commit is contained in:
parent
0cc6155a2c
commit
639a0d846f
1 changed files with 3 additions and 6 deletions
|
|
@ -35,6 +35,9 @@ stages:
|
|||
- output: pipelineArtifact
|
||||
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: BrowserStackArtifact
|
||||
targetPath: $(Build.ArtifactStagingDirectory)
|
||||
artifactName: browserstack_test_artifacts_${{ lower(parameters.packageVariant) }}
|
||||
|
|
@ -158,12 +161,6 @@ 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
|
||||
- publish: "$(Build.ArtifactStagingDirectory)"
|
||||
artifact: "browserstack_test_artifacts_${{ lower(parameters.packageVariant) }}"
|
||||
displayName: "Publish BrowserStack test artifacts"
|
||||
|
||||
- script: |
|
||||
set -e -x
|
||||
pip install requests
|
||||
|
|
|
|||
Loading…
Reference in a new issue