Skip to content

Commit 602ad5d

Browse files
committed
Split java install out
1 parent e307b3e commit 602ad5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/targets/Helix.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@
4646
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
4747
</ItemGroup>
4848

49-
<ItemGroup Condition="'$(TestDependsOnYarn)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
49+
<ItemGroup Condition="'$(TestDependsOnJava)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
5050
<HelixPreCommand Include="call RunPowershell.cmd InstallJdk.ps1 $(JdkVersion) || exit /b 1" />
51+
</ItemGroup>
52+
53+
<ItemGroup Condition="'$(TestDependsOnYarn)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
5154
<HelixPreCommand Include="call InstallYarn.cmd || exit /b 1" />
5255
</ItemGroup>
5356

0 commit comments

Comments
 (0)