We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106345e commit 65da40aCopy full SHA for 65da40a
build-tools/automation/yaml-templates/start-stop-emulator.yaml
@@ -17,7 +17,7 @@ steps:
17
displayName: Start emulator
18
continueOnError: ${{ parameters.startContinueOnError }}
19
env:
20
- JAVA_HOME=${{ parameters.Jdk }}
+ JAVA_HOME: ${{ parameters.Jdk }}
21
inputs:
22
projects: ${{ parameters.xaSourcePath }}/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Emulator.csproj
23
${{ if eq(parameters.specificImage, true) }}:
0 commit comments