Skip to content

Commit 40aa9a0

Browse files
committed
Update Benchmarks
1 parent 246ef45 commit 40aa9a0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Controls/tests/Xaml.Benchmarks/Microsoft.Maui.Controls.Xaml.Benchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Nullable>enable</Nullable>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<DefineConstants>$(DefineConstants);_MAUIXAML_SG_NAMESCOPE_DISABLE</DefineConstants>
11+
<PublishReadyToRun>false</PublishReadyToRun>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

src/Core/tests/Benchmarks.Droid/Benchmarks.Droid.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<ApplicationVersion>1</ApplicationVersion>
1111
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
1212
<PublishTrimmed>false</PublishTrimmed>
13+
<PublishReadyToRun>false</PublishReadyToRun>
1314
<RunAOTCompilation>false</RunAOTCompilation>
1415
<!-- Physical device is recommended -->
1516
<RuntimeIdentifier>android-arm64</RuntimeIdentifier>

src/Core/tests/Benchmarks/Core.Benchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<TargetFramework>$(_MauiDotNetTfm)</TargetFramework>
66
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
77
<InterceptorsPreviewNamespaces>$(InterceptorsPreviewNamespaces);Microsoft.Maui.Controls.Generated</InterceptorsPreviewNamespaces>
8+
<PublishReadyToRun>false</PublishReadyToRun>
89
</PropertyGroup>
910

1011
<ItemGroup>

0 commit comments

Comments
 (0)