We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef32337 commit 9268c18Copy full SHA for 9268c18
src/tests/Directory.Build.props
@@ -212,6 +212,7 @@
212
213
<PropertyGroup Condition="'$(RuntimeFlavor)' == 'coreclr' and '$(TargetsAppleMobile)' == 'true'">
214
<_targetOS>$(TargetOS)</_targetOS>
215
+ <_targetArchitecture>$(TargetArchitecture)</_targetArchitecture>
216
<UseNativeAOTRuntime>true</UseNativeAOTRuntime>
217
<NativeLib>static</NativeLib>
218
<CustomNativeMain>true</CustomNativeMain>
0 commit comments