Skip to content

Commit d6fa357

Browse files
authored
Split java install out
1 parent 996c4ae commit d6fa357

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
@@ -45,8 +45,11 @@
4545
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
4646
</ItemGroup>
4747

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

0 commit comments

Comments
 (0)