dotnet-runtime / data /raw /sample /diffs /00022b5da3c98c9d7693a93fe586034febd46c65.diff
Ubuntu
Update dir structure
06bbd08
diff --git a/eng/testing/tests.mobile.targets b/eng/testing/tests.mobile.targets
index cd006df4bd1d61..3d1535e026c9bc 100644
--- a/eng/testing/tests.mobile.targets
+++ b/eng/testing/tests.mobile.targets
@@ -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>
diff --git a/eng/testing/tests.props b/eng/testing/tests.props
index b84e791ba6c99e..bf54e899d4d11e 100644
--- a/eng/testing/tests.props
+++ b/eng/testing/tests.props
@@ -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'">