Skip to content

Commit

Permalink
also copy libonnxruntime_providers_*.so
Browse files Browse the repository at this point in the history
  • Loading branch information
fs-eire committed Feb 4, 2024
1 parent 2cf9ac8 commit e762a96
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,9 @@ stages:
displayName: 'Copy nuget binaries to: $(Build.SourcesDirectory)\js\node\bin\napi-v3\linux\x64\'
inputs:
SourceFolder: '$(Build.BinariesDirectory)\RelWithDebInfo\RelWithDebInfo\nuget-artifacts\onnxruntime-linux-x64-tensorrt\lib'
Contents: 'libonnxruntime.so.*'
Contents: |
libonnxruntime.so.*
libonnxruntime_providers_*.so
TargetFolder: '$(Build.SourcesDirectory)\js\node\bin\napi-v3\linux\x64'
- task: CopyFiles@2
displayName: 'Copy nodejs binaries to: $(Build.SourcesDirectory)\js\node\bin\napi-v3\linux\x64\'
Expand Down

0 comments on commit e762a96

Please sign in to comment.