Skip to content

Commit 39dabcb

Browse files
authored
Set jdk path
1 parent ee1c9a6 commit 39dabcb

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
@@ -43,7 +43,9 @@
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" />
4647
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
48+
4749
</ItemGroup>
4850

4951
</Project>

0 commit comments

Comments
 (0)