Skip to content

Commit fe51e04

Browse files
UnsupportedTypes, is a test project and should be excluded from the source build. This should prevent pdbs from publishing
1 parent cdc3579 commit fe51e04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/System.Windows.Forms/tests/IntegrationTests/TrimTest/TrimTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<RuntimeHostConfigurationOption Include="System.Windows.Forms.MdiWindowDialog.IsSupported"
4747
Value="false"
4848
Trim="true" />
49-
<RuntimeHostConfigurationOption Include="System.Windows.Forms.ImageIndexConverter.IsSupported"
49+
<RuntimeHostConfigurationOption Include="System.Windows.Forms.ImageIndexConverter.IsSupported"
5050
Value="false"
5151
Trim="true" />
5252
<RuntimeHostConfigurationOption Include="System.Windows.Forms.Primitives.TypeConverterHelper.UseComponentModelRegisteredTypes"

src/System.Windows.Forms/tests/UnsupportedTypes/UnsupportedTypes.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<PlatformTarget>AnyCPU</PlatformTarget>
1616
<EnableXlfLocalization>false</EnableXlfLocalization>
1717
<UpdateXlfOnBuild>false</UpdateXlfOnBuild>
18+
<IsTestUtilityProject>true</IsTestUtilityProject>
1819
</PropertyGroup>
1920

2021
</Project>

0 commit comments

Comments
 (0)