fix build break in release pipeline for Node.js binding test (#9850)

This commit is contained in:
Yulong Wang 2021-11-24 13:54:43 -08:00 committed by GitHub
parent 53c43e9949
commit 6eb0c8d420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |