mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
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:
parent
460f17fbb8
commit
d522cc7cc4
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue