|
|
|
|
|
|
|
|
|
@@ -20,6 +20,11 @@ |
|
<DebuggerSupport>false</DebuggerSupport> |
|
</PropertyGroup> |
|
|
|
+ <PropertyGroup Condition="'$(TargetOS)' == 'Browser' and '$(EnableAggressiveTrimming)' == 'true'"> |
|
+ <PublishTrimmed>true</PublishTrimmed> |
|
+ <TrimMode>link</TrimMode> |
|
+ </PropertyGroup> |
|
+ |
|
<PropertyGroup Condition="'$(TargetOS)' == 'Android'"> |
|
<RunScriptCommand>$HARNESS_RUNNER android test --instrumentation="net.dot.MonoRunner" --package-name="net.dot.$(AssemblyName)" --app=$EXECUTION_DIR/bin/$(TestProjectName).apk --output-directory=$XHARNESS_OUT -v --</RunScriptCommand> |
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
@@ -30,10 +30,6 @@ |
|
<RuntimeIdentifier>$(PackageRID)</RuntimeIdentifier> |
|
<SelfContained>true</SelfContained> |
|
</PropertyGroup> |
|
- <PropertyGroup Condition="'$(TargetOS)' == 'Browser' and '$(EnableAggressiveTrimming)' == 'true'"> |
|
- <PublishTrimmed>true</PublishTrimmed> |
|
- <TrimMode>link</TrimMode> |
|
- </PropertyGroup> |
|
|
|
<!-- Provide runtime options to Mono (interpreter, aot, debugging, etc) --> |
|
<ItemGroup Condition="'$(MonoEnvOptions)' != '' and '$(TargetsMobile)' != 'true'"> |
|
|