Disable WinRT NETClientBindings test on ARM/ARM64 (dotnet/coreclr#24632)
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Fri, 17 May 2019 21:47:47 +0000 (14:47 -0700)
committerGitHub <noreply@github.com>
Fri, 17 May 2019 21:47:47 +0000 (14:47 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/0bd61335d749c4af972f83675b2e9e61149c5204

src/coreclr/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj

index 7bc62dc..1eed534 100644 (file)
@@ -12,6 +12,7 @@
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
+    <DisableProjectBuild Condition="'$(Platform)' == 'arm' or '$(Platform)' == 'arm64'">true</DisableProjectBuild>
   </PropertyGroup>
   <!-- Default configurations to help VS understand the configurations -->
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">