Skip to content

Commit bd4eaaa

Browse files
[release/10.0.1xx-preview3] Allow winforms binaries in the VMR (#47793)
Co-authored-by: Ella Hathaway <[email protected]>
1 parent 41182b3 commit bd4eaaa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SourceBuild/content/eng/allowed-vmr-binaries.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ src/vstest/test/Microsoft.TestPlatform.Utilities.UnitTests/TestFiles/fullcovered
139139
src/vstest/test/TestAssets/LegacySettingsUnitTestProject/DependencyAssembly/DependencyAssemblyForTest.dll
140140

141141
# winforms
142-
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/MauiTests/lib/*.dll
143-
src/winforms/src/System.Windows.Forms/tests/IntegrationTests/WinformsControlsTest/Resources/media.mpg
144-
src/winforms/src/System.Windows.Forms/tests/UnitTests/bitmaps/milkmateya01.emf
145-
src/winforms/src/System.Windows.Forms/tests/UnitTests/TestResources/VB6/SimpleControl.vb6
146-
src/winforms/src/System.Windows.Forms*/**/*.wmf
142+
src/winforms/src/test/integration/MauiTests/lib/*.dll
143+
src/winforms/src/test/integration/WinformsControlsTest/Resources/media.mpg
144+
src/winforms/src/test/unit/System.Windows.Forms/bitmaps/milkmateya01.emf
145+
src/winforms/src/test/unit/System.Windows.Forms/TestResources/VB6/SimpleControl.vb6
146+
src/winforms/src/**/System.Windows.Forms*/**/*.wmf
147147
src/winforms/src/System.Windows.Forms.Design/src/Resources/colordlg.data
148148

149149
# wpf

0 commit comments

Comments
 (0)