From 1ce0ac67b455f167945fd9305fa58656031b70a2 Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (CLR) false" Date: Tue, 25 Mar 2025 07:52:19 -0700 Subject: [PATCH] Condition out the native tests in VMR --- src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj b/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj index d3fc8eb0470..a46d5848e05 100644 --- a/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj +++ b/src/test/unit/interop/System.Windows.Forms.Interop.Tests.csproj @@ -6,6 +6,8 @@ System.Windows.Forms.Interop.Tests x86;x64 true + + true