File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 <_Run Condition =" '$(RUN)' != '' " >--run=" $(RUN)" </_Run >
1414 </PropertyGroup >
1515 <Import
16- Condition =" Exists('..\..\bin\Build$(Configuration)\JdkInfo.props') "
17- Project =" ..\..\bin\Build$(Configuration)\JdkInfo.props"
16+ Condition =" Exists('..\..\bin\Build$(Configuration)\JdkInfo-11 .props') "
17+ Project =" ..\..\bin\Build$(Configuration)\JdkInfo-11 .props"
1818 />
1919 <UsingTask AssemblyFile =" $(MSBuildThisFileDirectory)..\..\bin\Build$(Configuration)\Java.Interop.BootstrapTasks.dll" TaskName =" Java.Interop.BootstrapTasks.SetEnvironmentVariable" />
2020 <ItemGroup >
2727 <SetEnvironmentVariable Name =" MONO_TRACE_LISTENER" Value =" Console.Out" />
2828 <SetEnvironmentVariable Name =" JAVA_INTEROP_GREF_LOG" Value =" bin\Test$(Configuration)\g-%(_TestAssembly.Filename).txt" />
2929 <SetEnvironmentVariable Name =" JAVA_INTEROP_LREF_LOG" Value =" bin\Test$(Configuration)\l-%(_TestAssembly.Filename).txt" />
30- <SetEnvironmentVariable Name =" JI_JVM_PATH" Value =" $(JdkJvmPath )" />
30+ <SetEnvironmentVariable Name =" JI_JVM_PATH" Value =" $(JdkJvm11Path )" />
3131 <Exec
3232 Command =" $(_NUnit) $(NUNIT_EXTRA) %(_TestAssembly.Identity) $(_Run) --result=" TestResult-%(Filename).xml" --output=" bin\Test$(Configuration)\TestOutput-%(Filename).txt" "
3333 WorkingDirectory =" $(_TopDir)"
You can’t perform that action at this time.
0 commit comments