Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seperate RN andriod and IOS into 2 separated Stages. #23400

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -72,12 +73,12 @@ stages:
timeoutInMinutes: 10
steps:
- download: build
artifact: 'NPM_packages'
artifact: 'onnxruntime-react-native'
snnn marked this conversation as resolved.
Show resolved Hide resolved
displayName: 'Download onnxruntime-node Pipeline Artifact'

- task: CopyFiles@2
inputs:
sourceFolder: '$(Pipeline.Workspace)\build\NPM_packages'
sourceFolder: '$(Pipeline.Workspace)\build\onnxruntime-react-native'
contents: onnxruntime-*.tgz
targetFolder: $(Build.ArtifactStagingDirectory)\node-artifacts
displayName: 'Copy onnxruntime-node Artifacts'
Expand Down
Loading
Loading