Skip to content

Commit

Permalink
push artifacts first
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh committed Oct 22, 2024
1 parent e2fa9b1 commit 2938e26
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@ stages:
workingDirectory: '$(Build.BinariesDirectory)/app_center_test/apple_package_test/'
displayName: "find ipa file"
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.BinariesDirectory)/app_center_test/apple_package_test'
artifactName: package_tests.zip

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.BinariesDirectory)/app_center_test/apple_package_test/ipa_folder'
artifactName: ios_package_test.ipa

- script: |
set -e -x
echo $(ls)
Expand All @@ -186,16 +196,6 @@ stages:
BROWSERSTACK_ID: $(browserstack_username)
BROWSERSTACK_TOKEN: $(browserstack_access_key)
- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.BinariesDirectory)/app_center_test/apple_package_test'
artifactName: package_tests.zip

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Build.BinariesDirectory)/app_center_test/apple_package_test/ipa_folder'
artifactName: ios_package_test.ipa

# - script: |
# set -e -x
# appcenter test run xcuitest \
Expand Down

0 comments on commit 2938e26

Please sign in to comment.