From 5403fe4224861a88a2597d4265bbc7f850efe443 Mon Sep 17 00:00:00 2001 From: carzh Date: Fri, 23 Aug 2024 12:40:17 -0700 Subject: [PATCH 1/2] fix typo for react native pipeline --- .../azure-pipelines/templates/android-dump-logs-from-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml b/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml index 2d91c605bf382..c8f80bd340633 100644 --- a/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml @@ -6,7 +6,7 @@ parameters: steps: - task: CmdLine@2 - input: + inputs: script: | if [ -f $(Build.BinariesDirectory)/emulator.pid ]; then echo "Emulator is running." From 3b37077dfad5064ceb7f771a8380822e3f03249f Mon Sep 17 00:00:00 2001 From: carzh Date: Fri, 23 Aug 2024 15:08:06 -0700 Subject: [PATCH 2/2] fixed typo --- .../azure-pipelines/templates/android-dump-logs-from-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml b/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml index c8f80bd340633..f8d7f6f1cae45 100644 --- a/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml +++ b/tools/ci_build/github/azure-pipelines/templates/android-dump-logs-from-steps.yml @@ -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: