Skip to content

Commit 41182b3

Browse files
authored
[10.0.1xx-preview3] Update winforms cloaking paths (#47837)
1 parent 65a8cf7 commit 41182b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/VirtualMonoRepo/source-mappings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
"defaultRemote": "https://github.com/dotnet/winforms",
189189
"exclude": [
190190
// Non-OSS license - https://github.com/dotnet/source-build/issues/3772
191-
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.cs",
192-
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.ico",
193-
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**/*.resx",
194-
"src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/LICENSE.txt"
191+
"src/test/integration/DesignSurface/**/*.cs",
192+
"src/test/integration/DesignSurface/**/*.ico",
193+
"src/test/integration/DesignSurface/**/*.resx",
194+
"src/test/integration/DesignSurface/THIRD-PARTY-NOTICE.txt"
195195
]
196196
},
197197
{

0 commit comments

Comments
 (0)