Skip to content

Commit 983c4d5

Browse files
authored
Fix typo for react native pipeline (microsoft#21845)
### Description fix typo ### Motivation and Context [RN pipeline failing](https://dev.azure.com/onnxruntime/onnxruntime/_build?definitionId=188&_a=summary) since microsoft#21578 with this error: ![image](https://github.com/user-attachments/assets/75e5b968-572f-42cc-9816-7940de464cfa)
1 parent 9a70475 commit 983c4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ parameters:
66

77
steps:
88
- task: CmdLine@2
9-
input:
9+
inputs:
1010
script: |
1111
if [ -f $(Build.BinariesDirectory)/emulator.pid ]; then
1212
echo "Emulator is running."
1313
echo "##vso[task.setvariable variable=isEmulatorRunning]True"
1414
else
1515
echo "Emulator is not running."
1616
fi
17-
name: Determine if emulator is running
17+
displayName: "Determine if emulator is running"
1818

1919
- task: CmdLine@2
2020
inputs:

0 commit comments

Comments
 (0)