Skip to content

Commit

Permalink
Fix typo for react native pipeline (#21845)
Browse files Browse the repository at this point in the history
  • Loading branch information
carzh authored Aug 26, 2024
1 parent 9a70475 commit 983c4d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ parameters:

steps:
- task: CmdLine@2
input:
inputs:
script: |
if [ -f $(Build.BinariesDirectory)/emulator.pid ]; then
echo "Emulator is running."
echo "##vso[task.setvariable variable=isEmulatorRunning]True"
else
echo "Emulator is not running."
fi
name: Determine if emulator is running
displayName: "Determine if emulator is running"

- task: CmdLine@2
inputs:
Expand Down

0 comments on commit 983c4d5

Please sign in to comment.