mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
Fix typo for react native pipeline (#21845)
### Description fix typo ### Motivation and Context [RN pipeline failing](https://dev.azure.com/onnxruntime/onnxruntime/_build?definitionId=188&_a=summary) since #21578 with this error: 
This commit is contained in:
parent
9a70475622
commit
983c4d57a4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ parameters:
|
|||
|
||||
steps:
|
||||
- task: CmdLine@2
|
||||
input:
|
||||
inputs:
|
||||
script: |
|
||||
if [ -f $(Build.BinariesDirectory)/emulator.pid ]; then
|
||||
echo "Emulator is running."
|
||||
|
|
@ -14,7 +14,7 @@ steps:
|
|||
else
|
||||
echo "Emulator is not running."
|
||||
fi
|
||||
name: Determine if emulator is running
|
||||
displayName: "Determine if emulator is running"
|
||||
|
||||
- task: CmdLine@2
|
||||
inputs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue