Skip to content

Commit ce72d10

Browse files
committed
Update common.props to build portable debug symbols
1 parent a0badc8 commit ce72d10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/common.props

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<NoWarn>$(NoWarn);CS1591</NoWarn>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<DebugSymbols>true</DebugSymbols>
10-
<DebugType>full</DebugType>
11-
<DebugType Condition=" '$(Configuration)' != 'Debug' ">pdbonly</DebugType>
12-
<DebugType Condition=" '$(OS)' != 'Windows_NT' ">portable</DebugType>
10+
<DebugType>portable</DebugType>
1311
</PropertyGroup>
1412

1513
</Project>

0 commit comments

Comments
 (0)