Update npm-packaging-pipeline.yml to always use artifacts from main branch (#17604)

### Description
Update npm-packaging-pipeline.yml to always use artifacts from main
branch
This commit is contained in:
Yulong Wang 2023-09-19 14:42:08 -07:00 committed by GitHub
parent 460f17fbb8
commit d522cc7cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,8 @@ stages:
project: '530acbc4-21bc-487d-8cd8-348ff451d2ff'
definition: '940'
specificBuildWithTriggering: true
buildVersionToDownload: 'latest'
buildVersionToDownload: 'latestFromBranch'
branchName: 'refs/heads/main'
artifactName: 'NPM_packages'
targetPath: '$(Pipeline.Workspace)'
displayName: 'Download onnxruntime-node Pipeline Artifact'