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

Moving RN_CI Android Testing to Linux #23422

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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 @@ -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
Loading