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 c5e04d1 commit f90f006Copy full SHA for f90f006
build-tools/scripts/RunNUnitTests.targets
@@ -23,7 +23,8 @@
23
DestinationFolder="$(_TopDir)\bin\Test$(Configuration)"
24
SkipUnchangedFiles="True"
25
/>
26
- <SetEnvironmentVariable Name="MONO_TRACE_LISTENER" Value="Console.Out" />
+ <SetEnvironmentVariable Name="ANDROID_SDK_PATH" Value="$(AndroidSdkDirectory)" Condition=" '$(AndroidSdkDirectory)' != '' " />
27
+ <SetEnvironmentVariable Name="MONO_TRACE_LISTENER" Value="Console.Out" />
28
<SetEnvironmentVariable Name="JAVA_INTEROP_GREF_LOG" Value="g-%(_TestAssembly.Filename).txt" />
29
<SetEnvironmentVariable Name="JAVA_INTEROP_LREF_LOG" Value="l-%(_TestAssembly.Filename).txt" />
30
<Exec
0 commit comments