mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
BrowserStack
This commit is contained in:
parent
28c577e846
commit
0396adc8e4
1 changed files with 8 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue