Skip to content

Commit 450ed9d

Browse files
committed
Update Helix.props
1 parent 26ed8b3 commit 450ed9d

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
@@ -44,10 +44,11 @@
4444

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

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

0 commit comments

Comments
 (0)