From 73c5241b5e3a3176a1d4d0c152661d2bf4e755a9 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Wed, 3 Apr 2024 07:24:46 -0700 Subject: [PATCH] Allow Winforms DesignSurface project files (#19282) --- src/VirtualMonoRepo/source-mappings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index b77e4dfcd..2a72d29fb 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -191,7 +191,10 @@ "defaultRemote": "https://github.com/dotnet/winforms", "exclude": [ // Non-OSS license - https://github.com/dotnet/source-build/issues/3772 - "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**" + "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.cs", + "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.ico", + "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.resx", + "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/LICENSE.txt" ] }, {