Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit d19ee51

Browse files
[XamlC] fix build
1 parent 43908e5 commit d19ee51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.Xaml.UnitTests/Xamarin.Forms.Xaml.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<NoWarn>0672;0219;0414</NoWarn>
2525
</PropertyGroup>
2626
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27-
<DebugType>full</DebugType>
27+
<DebugType></DebugType>
2828
<Optimize>true</Optimize>
2929
<OutputPath>bin\Release</OutputPath>
3030
<ErrorReport>prompt</ErrorReport>

0 commit comments

Comments
 (0)