We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1c9a6 commit 39dabcbCopy full SHA for 39dabcb
eng/targets/Helix.props
@@ -43,7 +43,9 @@
43
44
<ItemGroup Condition="'$(TestDependsOnNode)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true'">
45
<HelixPreCommand Include="call RunPowershell.cmd InstallJdk.ps1 $(JdkVersion) || exit /b 1" />
46
+ <HelixPreCommand Include="set PATH=%PATH%;.\jdk\bin" />
47
<HelixPreCommand Include="call RunPowershell.cmd InstallNode.ps1 $(NodeVersion) %25HELIX_CORRELATION_PAYLOAD%25\node\bin || exit /b 1" />
48
+
49
</ItemGroup>
50
51
</Project>
0 commit comments