Skip to content

Commit

Permalink
Update npm-packaging-pipeline.yml to always use artifacts from main b…
Browse files Browse the repository at this point in the history
…ranch (microsoft#17604)

### Description
Update npm-packaging-pipeline.yml to always use artifacts from main
branch
  • Loading branch information
fs-eire authored Sep 19, 2023
1 parent 460f17f commit d522cc7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d522cc7

Please sign in to comment.