We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80556 commit 087ee5dCopy full SHA for 087ee5d
src/tests/nativeaot/SmokeTests/StackTraceMetadata/StackTraceMetadata.csproj
@@ -6,7 +6,7 @@
6
<InvariantGlobalization>true</InvariantGlobalization>
7
<CLRTestTargetUnsupported Condition="'$(IlcMultiModule)' == 'true'">true</CLRTestTargetUnsupported>
8
<!-- Tracking issue: https://github.com/dotnet/runtime/issues/90460 -->
9
- <CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'tvos' and '$(TargetArch)' == 'arm64'">true</CLRTestTargetUnsupported>
+ <CLRTestTargetUnsupported Condition="'$(TargetOS)' == 'tvos' and '$(TargetArchitecture)' == 'arm64'">true</CLRTestTargetUnsupported>
10
</PropertyGroup>
11
<ItemGroup>
12
<Compile Include="StackTraceMetadata.cs" />
0 commit comments