File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 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 && set %22JAVA_HOME=%25HELIX_CORRELATION_PAYLOAD%25\jdk%22" />
4- <HelixPreCommand Condition =" '$(IsWindowsHelixQueue)' != 'true' AND '$(IsMacHelixQueue)' != 'true'" Include =" ./installjdk.sh 10.0.2 x64 && if [ " %24JAVA_HOME" = "" ]%3B then export JAVA_HOME=%24PWD/java%3B fi" />
5- </ItemGroup >
6-
72 <ItemGroup Condition =" '$(TestDependsOnMssql)' == 'true' AND '$(IsWindowsHelixQueue)' == 'true' AND '$(IsArm64HelixQueue)' != 'true'" >
83 <HelixPreCommand Include =" call RunPowershell.cmd mssql\InstallSqlServerLocalDB.ps1 || exit /b 1" />
94 </ItemGroup >
You can’t perform that action at this time.
0 commit comments