Skip to content

Commit fca0103

Browse files
Update Helix.targets
1 parent 2e2bd77 commit fca0103

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/targets/Helix.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<Project>
2+
<ItemGroup Condition="'$(TestDependsOnJava)' == 'true'">
3+
<HelixPreCommand Condition="'$(IsWindowsHelixQueue)' == 'true'" Include="call RunPowershell.cmd InstallJdk.ps1 11.0.3 %25HELIX_CORRELATION_PAYLOAD%25\jdk &amp;&amp; set %22JAVA_HOME=%25HELIX_CORRELATION_PAYLOAD%25\jdk%22" />
4+
</ItemGroup>
5+
26
<ItemGroup Condition="'$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'">
37
<HelixPreCommand Include="call RunPowershell.cmd mssql\InstallSqlServerLocalDB.ps1 || exit /b 1" />
48
</ItemGroup>

0 commit comments

Comments
 (0)