Skip to content

Commit eec6deb

Browse files
committed
Disable directory apk build for smoke tests
1 parent d0d7bc3 commit eec6deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
<Target Name="CreateAndroidApps"
581581
DependsOnTargets="BuildAllAndroidApp"
582582
AfterTargets="ManagedBuild"
583-
Condition="'$(__BuildTestWrappersOnly)' != '1' and '$(__GenerateLayoutOnly)' != '1' and '$(__CopyNativeTestBinaries)' != '1' and $(RunWithAndroid)" />
583+
Condition="'$(__BuildTestWrappersOnly)' != '1' and '$(__GenerateLayoutOnly)' != '1' and '$(__CopyNativeTestBinaries)' != '1' and $(RunWithAndroid) and '$(TestBuildMode)' != 'nativeaot'" />
584584

585585
<Target Name="CreateIosApps"
586586
DependsOnTargets="BuildAlliOSApp"

0 commit comments

Comments
 (0)