Skip to content

Commit

Permalink
Seperate RN andriod and IOS into 2 separated Stages. (#23400)
Browse files Browse the repository at this point in the history
### Description
Seperate RN andriod and IOS into 2 separated Stages.



### Motivation and Context
Speed up the PR process.
  • Loading branch information
jchen351 authored Jan 21, 2025
1 parent e20b529 commit 83cb1e4
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ stages:

- stage: Download_Node_Package_And_Publish_Validation_Script
dependsOn:
- ReactNative_CI
- ReactNative_CI_Android
- ReactNative_CI_iOS
- Build_web_Release
- Build_web_Debug
jobs:
Expand All @@ -71,9 +72,11 @@ stages:
runCodesignValidationInjection: false
timeoutInMinutes: 10
steps:
# This pipeline usually are triggered by Zip-Nuget-Java-Nodejs Packaging Pipeline,
# The NPM_packages is from Android_Java_API_AAR_Packaging_QNN, not from RN_CI
- download: build
artifact: 'NPM_packages'
displayName: 'Download onnxruntime-node Pipeline Artifact'
displayName: 'Download NPM_packages from Zip-Nuget-Java-Nodejs Packaging Pipeline Pipeline Artifact'

- task: CopyFiles@2
inputs:
Expand Down
Loading

0 comments on commit 83cb1e4

Please sign in to comment.