mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
fix build break in release pipeline for Node.js binding test (#9850)
This commit is contained in:
parent
53c43e9949
commit
6eb0c8d420
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ steps:
|
|||
displayName: 'Extract package file name (POSIX)'
|
||||
inputs:
|
||||
script: |
|
||||
echo "##vso[task.setvariable variable=NpmPackageFilesForTest;]`ls $(Build.BinariesDirectory)/nodejs-artifact/*.tgz`"
|
||||
echo "##vso[task.setvariable variable=NpmPackageFilesForTest;]`ls $(Build.BinariesDirectory)/nodejs-artifact/*.tgz | tr '\n' ' '`"
|
||||
workingDirectory: '$(Build.BinariesDirectory)/e2e_test'
|
||||
|
||||
- script: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue