Skip to content

Commit

Permalink
Fix NPM Packaging Pipeline (#17182)
Browse files Browse the repository at this point in the history
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
  • Loading branch information
jchen351 authored Aug 16, 2023
1 parent ebcd9b5 commit 8998b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stages:
BuildConfig: 'Release'
PoolName: 'onnxruntime-Ubuntu2004-AMD-CPU'
PackageName: 'onnxruntime-react-native'
BuildAndroidAARStageDependsOn: 'Extract_commit'
BuildAndroidAARStageDependsOn: 'Precheck_and_extract_commit'

- stage: Download_Node_Package_And_Publish_Validation_Script
dependsOn:
Expand Down

0 comments on commit 8998b68

Please sign in to comment.