We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0badc8 commit ce72d10Copy full SHA for ce72d10
build/common.props
@@ -7,9 +7,7 @@
7
<NoWarn>$(NoWarn);CS1591</NoWarn>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9
<DebugSymbols>true</DebugSymbols>
10
- <DebugType>full</DebugType>
11
- <DebugType Condition=" '$(Configuration)' != 'Debug' ">pdbonly</DebugType>
12
- <DebugType Condition=" '$(OS)' != 'Windows_NT' ">portable</DebugType>
+ <DebugType>portable</DebugType>
13
</PropertyGroup>
14
15
</Project>
0 commit comments