Skip to content

Commit 0bedaaf

Browse files
authored
Update Helix.props
1 parent f5ecd9b commit 0bedaaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

eng/targets/Helix.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@
4343

4444
<ItemGroup Condition="'$(TestDependsOnNode)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
4545
<HelixPreCommand Include="call RunPowershell.cmd InstallJdk.ps1 $(JdkVersion) || exit /b 1" />
46-
<HelixPreCommand Include="set PATH=%PATH%;.\jdk\bin" />
47-
<HelixPreCommand Include="java" />
4846
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
49-
5047
</ItemGroup>
5148

49+
<ItemGroup Condition="'$(TestDependsOnYarn)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
50+
<HelixPreCommand Include="call InstallYarn.cmd || exit /b 1" />
51+
</ItemGroup>
52+
5253
</Project>

0 commit comments

Comments
 (0)