Skip to content

Commit 75b78da

Browse files
committed
Set jdk path
1 parent 19e3c71 commit 75b78da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/targets/Helix.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
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" />
4748
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
49+
4850
</ItemGroup>
4951

5052
</Project>

0 commit comments

Comments
 (0)